diff options
Diffstat (limited to 'www/js/MonitorCtrl.js')
| -rw-r--r-- | www/js/MonitorCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 6a91a52e..eca22d15 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -71,7 +71,7 @@ angular.module('zmApp.controllers') disableBack: true }); - $state.go("events", + $state.go("app.events", { "id": 0, "playEvent": false @@ -315,7 +315,7 @@ angular.module('zmApp.controllers') { disableBack: true }); - $state.go("login", + $state.go("app.login", { "wizard": false }); |
