diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 5d3da048..914e1aac 100644 --- a/www/index.html +++ b/www/index.html @@ -24,6 +24,7 @@ <!-- we need the full JQuery for the global img src error interceptor in app.js --> + <script src="lib/ionic/js/ionic.bundle.min.js"></script> <script src="lib/ngCordova/dist/ng-cordova.min.js"></script> <script src="lib/filelogger/dist/filelogger.min.js"></script> @@ -50,6 +51,7 @@ <script src="js/DevOptionsCtrl.js"></script> <script src="js/LogCtrl.js"></script> <!-- https://github.com/maxklenk/angular-circular-navigation - modified to use right angles --> + <script src="js/angular-circular-navigation.js"></script> <script src="lib/Chart.js/Chart.min.js"></script> <script src="lib/tc-angular-chartjs/dist/tc-angular-chartjs.min.js"></script> @@ -57,6 +59,7 @@ <script src="lib/moment/moment.js"></script> + </head> |
