From 53b07bd33b9cc3fcd30cc7a7d71a1c57d0a6960c Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 5 May 2016 13:18:14 -0400 Subject: many other fixes for #234 Former-commit-id: 412018e40c05abe2bc299b13da9aeaa6d65b3eef --- www/js/MonitorModalCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/MonitorModalCtrl.js') diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index 92fc35e7..c01ef369 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -763,6 +763,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ .one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', inWithNew); $scope.monitorId = mid; $scope.monitorName = ZMDataModel.getMonitorName(mid); + $scope.monitor = ZMDataModel.getMonitorObject(mid); configurePTZ($scope.monitorId); }, 200); } -- cgit v1.2.3