Disable button after pressing
This commit is contained in:
parent
eb58604692
commit
6d5f396102
4 changed files with 32 additions and 45 deletions
|
|
@ -103,7 +103,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<button type="submit" class="button round black expand m0" ng-disabled="setupForm.$invalid">
|
||||
<button type="submit" class="button round black expand m0" ng-disabled="setupForm.$invalid || create.loading">
|
||||
<span translate>Create</span>
|
||||
{{requiredCopayers}}-<span translate>of</span>-{{totalCopayers}} <span translate>wallet</span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue