remove many unnecesary digests

This commit is contained in:
Manuel Araoz 2014-05-09 15:17:24 -03:00
commit f764c743e4
4 changed files with 1 additions and 5 deletions

View file

@ -46,7 +46,6 @@ angular.module('copay.header').controller('HeaderController',
var w = $rootScope.wallet;
w.connectToAll();
controllerUtils.updateBalance(function() {
$rootScope.$digest();
});
};