diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-24 08:00:47 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-24 08:00:47 -0500 |
| commit | c6b9e67c448c0b5619857af8e1431703fe15502e (patch) | |
| tree | 8beb76261397bc785259c1be2d7e680ebc31e2ad /www/index.html | |
| parent | af230a2c247f087ef13e4f3a8fbc18ae598089fc (diff) | |
If API access errors, notify the user with a link to the FAQ #415
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 06b90ab7..fbc4d5a8 100644 --- a/www/index.html +++ b/www/index.html @@ -99,6 +99,7 @@ <script src="js/WizardCtrl.js"></script> <script src="js/MenuController.js"></script> <script src="js/EventsModalGraphCtrl.js"></script> + <script src="js/InvalidApiCtrl.js"></script> </head> <!-- <body ng-app="starter" > --> <!-- I want to start angular only after cordova device is ready, so I'll tag it on device ready --> |
