Added spinner to all buttons
This commit is contained in:
parent
bea2d6cf78
commit
872cfaba68
8 changed files with 52 additions and 18 deletions
|
|
@ -7,6 +7,7 @@ angular.module('copay.signin').controller('SigninController',
|
|||
$scope.selectedWalletId = $scope.wallets.length ? $scope.wallets[0].id : null;
|
||||
|
||||
$scope.create = function() {
|
||||
$scope.loading = true;
|
||||
$location.path('setup');
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue