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
commit 0b75244579

View file

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