Merge pull request #1253 from cmgustavo/bug/03-angular-issues

Fixes angular issue
This commit is contained in:
Yemel Jardi 2014-09-03 14:25:53 -03:00
commit 7e36122e3c
1 changed files with 0 additions and 1 deletions

View File

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