Fixes angular issue when closing a wallet that was opened in another window

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-01 11:38:47 -03:00
commit 1c619ea6d1

View file

@ -48,7 +48,7 @@ angular.module('copayApp.services')
if (msg) { if (msg) {
notification.error('Error', msg); notification.error('Error', msg);
} }
$rootScope.$digest(); // $rootScope.$digest();
}; };
root.installStartupHandlers = function(wallet, $scope) { root.installStartupHandlers = function(wallet, $scope) {