From 1c619ea6d13f6f2c06f8bff86e8d8bbea339110e Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 1 Sep 2014 11:38:47 -0300 Subject: [PATCH] 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) {