Skip to content

Commit

Permalink
fixing satellizer dependece in index.html ionic app
Browse files Browse the repository at this point in the history
  • Loading branch information
rgllm committed Mar 16, 2016
1 parent 87eda04 commit 63fffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ionic/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="lib/ionic/js/ionic.bundle.js"></script>

<!-- satellizer -->
<script src="lib/satellizer.js"></script>
<script src="lib/satellizer/satellizer.js"></script>

<!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>
Expand Down

0 comments on commit 63fffef

Please sign in to comment.