Cleaning code.

This commit is contained in:
Gustavo Cortez 2014-04-30 16:49:26 -03:00
commit bf90bdda9e

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>