summaryrefslogtreecommitdiff
path: root/www/js/app.js
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/js/app.js
parent7a2f98da7f8b484c7aa24df44fb15cc13b828a82 (diff)
every app needs a help menu
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 93c1871b..494ebdb9 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -151,6 +151,18 @@ angular.module('zmApp', [
})
+ $stateProvider
+ .state('help', {
+ data: {
+ requireLogin: false
+ },
+ url: "/help",
+ templateUrl: "templates/help.html",
+ controller: 'zmApp.HelpCtrl',
+
+
+ })
+
.state('monitors', {
data: {
requireLogin: true