Added spinner to all buttons
This commit is contained in:
parent
bea2d6cf78
commit
872cfaba68
8 changed files with 52 additions and 18 deletions
|
|
@ -16,12 +16,14 @@ angular.module('copay.addresses').controller('AddressesController',
|
|||
$scope.isMain = isMain;
|
||||
$scope.addrs = Object.keys(balanceByAddr);
|
||||
$scope.selectedAddr = $scope.addrs[0];
|
||||
$scope.loading = false;
|
||||
$rootScope.$digest();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
$scope.newAddr = function() {
|
||||
$scope.loading = true;
|
||||
w.generateAddress();
|
||||
_updateBalance();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue