diff options
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index 2769e73d..dd81cbac 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -245,6 +245,14 @@ angular.module('zmApp', [ controller: 'zmApp.EventsGraphsCtrl', }) + .state('state', { + data: { + requireLogin: true + }, + url: "/state", + templateUrl: "templates/state.html", + controller: 'zmApp.StateCtrl', + }) .state('montage', { data: { |
