reduce calls to insight in address gen

This commit is contained in:
Manuel Araoz 2014-05-09 15:39:02 -03:00
commit af628dde9b
2 changed files with 3 additions and 7 deletions

View file

@ -9,9 +9,6 @@ angular.module('copay.addresses').controller('AddressesController',
$scope.newAddr = function() {
$scope.loading = true;
w.generateAddress();
controllerUtils.updateBalance(function() {
$scope.loading = false;
});
};
$scope.selectAddr = function(addr) {