Merge pull request #124 from colkito/fix/angularjs-digest-issue
removed a updateBalance call from header.js
This commit is contained in:
commit
37c20b47ac
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ angular.module('copay.header').controller('HeaderController',
|
||||||
$rootScope.$watch('wallet', function(wallet) {
|
$rootScope.$watch('wallet', function(wallet) {
|
||||||
if (wallet) {
|
if (wallet) {
|
||||||
controllerUtils.setSocketHandlers();
|
controllerUtils.setSocketHandlers();
|
||||||
controllerUtils.updateBalance();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue