diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-03 16:31:20 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-03 16:31:20 -0400 |
| commit | 498d2983c9be14a80e6a1e21f73507e46ba00996 (patch) | |
| tree | 0e6821091d138e80b29fc4f7f4ebce5ebb771c6a /www/js/MonitorCtrl.js | |
| parent | c6e9b36e83df37116aba224f93402852c754bfc4 (diff) | |
#241 - live view works - rest does not
Former-commit-id: 2cb7fffe6414d13bae65b23c838ead48f5428b41
Diffstat (limited to 'www/js/MonitorCtrl.js')
| -rw-r--r-- | www/js/MonitorCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
