mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
15 lines
345 B
HTML
15 lines
345 B
HTML
<!doctype html>
|
|
<html ng-app="app">
|
|
<head>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
|
|
<script src="../../dist/ionic.native.js"></script>
|
|
<script src="app.js"></script>
|
|
</head>
|
|
<body>
|
|
<h2>Test</h2>
|
|
<script>
|
|
angular.module('app', []);
|
|
</script>
|
|
</body>
|
|
</html>
|