From c13f398082262f94293052b4f39036ed7fa1c7f4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 5 Jul 2016 15:17:51 -0400 Subject: #278 - live stream on push notification - works on Android, iOS TBD Former-commit-id: 807bd7364e057f43a580d95bc7fc908c556a8776 --- www/js/PortalLoginCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/PortalLoginCtrl.js') 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; } } -- cgit v1.2.3