From 1c619ea6d13f6f2c06f8bff86e8d8bbea339110e Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 1 Sep 2014 11:38:47 -0300 Subject: [PATCH 1/2] Fixes angular issue when closing a wallet that was opened in another window --- js/services/controllerUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index 143536504..a652fa1f8 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -48,7 +48,7 @@ angular.module('copayApp.services') if (msg) { notification.error('Error', msg); } - $rootScope.$digest(); +// $rootScope.$digest(); }; root.installStartupHandlers = function(wallet, $scope) { From aeab2b0ca486bdaefdf7eb43ffbbb9ac7af3771a Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 2 Sep 2014 11:30:45 -0300 Subject: [PATCH 2/2] removed commented line --- js/services/controllerUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index a652fa1f8..440872b1d 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -48,7 +48,6 @@ angular.module('copayApp.services') if (msg) { notification.error('Error', msg); } -// $rootScope.$digest(); }; root.installStartupHandlers = function(wallet, $scope) {