fix import profile and wallet. digest fix

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-15 13:18:44 -03:00
commit 88edec1779
5 changed files with 38 additions and 37 deletions

View file

@ -136,7 +136,7 @@ angular.module('copayApp.services')
pendingTxsService.update();
$timeout(function() {
$rootScope.$digest();
})
}, 1);
};
root.notifyTxProposalEvent = function(w, e) {