Cleaning code.

This commit is contained in:
Gustavo Cortez 2014-04-30 16:49:26 -03:00
parent 2bd7242308
commit bf90bdda9e
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@
<div ng-show="!wallets.length">
<h3>Create a new wallet</h3>
<input type="text" class="form-control" ng-model="walletName" placeholder="Wallet name (optional)">
<button class="button secondary expand radius" ng-click="create(walletName)" ng-disabled="loading" loading="Creating">Create</button>
<button class="button secondary expand radius" ng-click="create(walletName)" ng-disabled="loading" loading="Creating">Create</button>
</div>
</div>
</div>