Skip to content

Commit 64b2c30

Browse files
committed
fix: remove include for non-existant script
Signed-off-by: Justin Noel <justin.noel@calendee.com>
1 parent ae6af42 commit 64b2c30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@
1818
<script src="cordova.js"></script>
1919

2020
<script src="js/app.js"></script>
21-
<script src="js/controllers/appController.js"></script>
2221
<script src="js/controllers/mapController.js"></script>
2322
<script src="js/services/locationsService.js"></script>
2423
<script src="js/services/instructionsService.js"></script>
2524
<script src="js/directives/igTruncate.js"></script>
2625

2726
</head>
2827

29-
<body ng-app="starter">
28+
<body ng-app="starter" class="platform-ios platform-cordova platform-webview">
3029
<ion-nav-view></ion-nav-view>
3130
</body>
3231
</html>

0 commit comments

Comments
 (0)