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
parent 83e2da7949
commit 1c619ea6d1
1 changed files with 1 additions and 1 deletions

View File

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