better peer management

This commit is contained in:
Matias Alejo Garcia 2014-05-01 21:48:17 -03:00
commit 65f12f611f
4 changed files with 42 additions and 74 deletions

View file

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