From 0c41ec273926cef1d40b6e8bc4bc6f08fb46212f Mon Sep 17 00:00:00 2001 From: ARC Date: Sat, 2 May 2015 21:14:32 -0400 Subject: every app needs a help menu --- www/js/app.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'www/js/app.js') 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 -- cgit v1.2.3