diff options
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 98305eb1..f05967b2 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -662,7 +662,10 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' // $scope.isModalActive = false; // Note: no need to setAwake(false) as needs to be awake // in montage view + + $scope.modal.remove(); + $timeout (function() {ZMDataModel.zmLog("Stopping network pull...");window.stop();},50); $rootScope.rand = Math.floor((Math.random() * 100000) + 1); $scope.isModalActive = false; |
