Fixes: refresh button does not finish with loading to false

This commit is contained in:
Gustavo Cortez 2014-05-20 19:55:33 -03:00
parent 3bae14bd5d
commit 0b75244579
1 changed files with 1 additions and 0 deletions

View File

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