awesome-cordova-plugins/test/app/index.html

15 lines
345 B
HTML
Raw Normal View History

2015-11-25 01:07:41 +08:00
<!doctype html>
2015-12-02 03:33:08 +08:00
<html ng-app="app">
2015-11-25 01:07:41 +08:00
<head>
2015-12-02 03:33:08 +08:00
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="../../dist/ionic.native.js"></script>
2015-11-25 04:04:16 +08:00
<script src="app.js"></script>
2015-11-25 01:07:41 +08:00
</head>
<body>
<h2>Test</h2>
2015-12-02 03:33:08 +08:00
<script>
angular.module('app', []);
</script>
2015-11-25 01:07:41 +08:00
</body>
</html>