diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-12 16:21:03 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-12 16:21:03 -0400 |
| commit | 1d89f4873a603392fb16096b3816b6b232b38a63 (patch) | |
| tree | f7544c00478e6e0c22c5c93d0695f67662ce10bd /www/js/app.js | |
| parent | b2367f35e32fad3f2383b9e124df87211f669b59 (diff) | |
Added ZM state control - start/stop/restart
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: { |
