summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-12-24 08:00:47 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-12-24 08:00:47 -0500
commitc6b9e67c448c0b5619857af8e1431703fe15502e (patch)
tree8beb76261397bc785259c1be2d7e680ebc31e2ad /www/index.html
parentaf230a2c247f087ef13e4f3a8fbc18ae598089fc (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.html1
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 -->