Merge pull request #124 from colkito/fix/angularjs-digest-issue

removed a updateBalance call from header.js
This commit is contained in:
Ryan X. Charles 2014-04-22 18:29:51 -03:00
commit 37c20b47ac
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ angular.module('copay.header').controller('HeaderController',
$rootScope.$watch('wallet', function(wallet) {
if (wallet) {
controllerUtils.setSocketHandlers();
controllerUtils.updateBalance();
}
});