From 3a22b40f6381bb066a7039a491c88d771d016e3f Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 1 Oct 2015 19:09:25 -0400 Subject: maek sure popups go away on resume --- www/js/MonitorCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MonitorCtrl.js') diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index b93f35ae..7f8679eb 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -74,7 +74,7 @@ angular.module('zmApp.controllers') myenabled: checked }; - var getConfig = $ionicPopup.show({ + $rootScope.zmPopup = $ionicPopup.show({ scope: $scope, template: 'Enabled {{item.text}} ', -- cgit v1.2.3