From 498d2983c9be14a80e6a1e21f73507e46ba00996 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Tue, 3 May 2016 16:31:20 -0400 Subject: #241 - live view works - rest does not Former-commit-id: 2cb7fffe6414d13bae65b23c838ead48f5428b41 --- www/js/MonitorCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/MonitorCtrl.js') diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 2fe04cd3..7501ab5a 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -300,6 +300,7 @@ angular.module('zmApp.controllers') ZMDataModel.zmLog("Monitor Orientation is: " + $scope.orientation); $rootScope.rand = Math.floor(Math.random() * (999999 - 111111 + 1)) + 111111; + $scope.monitor = monitor; $scope.showPTZ = false; $scope.monitorId = mid; -- cgit v1.2.3