summaryrefslogtreecommitdiff
path: root/www/js/PortalLoginCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-07-05 15:17:51 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-07-05 15:17:51 -0400
commitc13f398082262f94293052b4f39036ed7fa1c7f4 (patch)
tree915e662918a88a36a6628c6dc2f725fba9a625a9 /www/js/PortalLoginCtrl.js
parent84b05d931168df5eade1a5ca3c9dc0b303d98384 (diff)
#278 - live stream on push notification - works on Android, iOS TBD
Former-commit-id: 807bd7364e057f43a580d95bc7fc908c556a8776
Diffstat (limited to 'www/js/PortalLoginCtrl.js')
-rw-r--r--www/js/PortalLoginCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js
index 10dd30ce..a47cc91e 100644
--- a/www/js/PortalLoginCtrl.js
+++ b/www/js/PortalLoginCtrl.js
@@ -188,8 +188,8 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic
}
else // we go to live
{
- ZMDataModel.zmDebug("Going to live view but Montage for now");
- $state.go("montage", {}, { reload: true });
+ ZMDataModel.zmDebug("Going to live view ");
+ $state.go("monitors", {}, { reload: true });
return;
}
}