mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-20 00:06:24 +08:00
feat(ionicnative): add instance wrapper
closes https://github.com/driftyco/ionic-native/issues/86 https://github.com/driftyco/ionic-native/issues/79
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<html ng-app="app">
|
||||
<head>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
|
||||
<script src="sql.js"></script>
|
||||
<script src="../../dist/ionic.native.js"></script>
|
||||
<script src="app.js"></script>
|
||||
</head>
|
||||
@@ -10,5 +11,7 @@
|
||||
<script>
|
||||
angular.module('app', []);
|
||||
</script>
|
||||
<!-- div to test googlemaps plugin -->
|
||||
<div id="gmap"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user