We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6af42 commit 64b2c30Copy full SHA for 64b2c30
index.html
@@ -18,15 +18,14 @@
18
<script src="cordova.js"></script>
19
20
<script src="js/app.js"></script>
21
- <script src="js/controllers/appController.js"></script>
22
<script src="js/controllers/mapController.js"></script>
23
<script src="js/services/locationsService.js"></script>
24
<script src="js/services/instructionsService.js"></script>
25
<script src="js/directives/igTruncate.js"></script>
26
27
</head>
28
29
-<body ng-app="starter">
+<body ng-app="starter" class="platform-ios platform-cordova platform-webview">
30
<ion-nav-view></ion-nav-view>
31
</body>
32
</html>
0 commit comments