refactor(-): cleanup

This commit is contained in:
Ibrahim Hadeed
2016-04-29 21:50:09 -04:00
parent 94a8a296c1
commit 2efce5dcb7
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -2,7 +2,6 @@
<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>
@@ -11,7 +10,5 @@
<script>
angular.module('app', []);
</script>
<!-- div to test googlemaps plugin -->
<div id="gmap"></div>
</body>
</html>