summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
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