summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-02 21:14:32 -0400
committerARC <arjunrc@gmail.com>2015-05-02 21:14:32 -0400
commit0c41ec273926cef1d40b6e8bc4bc6f08fb46212f (patch)
treeb813a2d8c56c93be23510db9056b37a730af35e8 /www/index.html
parent7a2f98da7f8b484c7aa24df44fb15cc13b828a82 (diff)
every app needs a help menu
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 3b2e2e12..3831bed0 100644
--- a/www/index.html
+++ b/www/index.html
@@ -43,6 +43,7 @@
<script src="js/EventCtrl.js"></script>
<script src="js/EventsGraphsCtrl.js"></script>
<script src="js/MonitorCtrl.js"></script>
+ <script src="js/HelpCtrl.js"></script>
<script src="lib/angular-google-chart/ng-google-chart.js"></script>
@@ -98,6 +99,12 @@
</span> Settings
</ion-item>
+ <ion-item nav-clear menu-close href="#/help">
+ <span class=" item-icon-left">
+ <i class="icon ion-help"></i>
+ </span> Help
+ </ion-item>
+
</ion-list>
</ion-content>
</ion-side-menu>