Prevents double tap on the amount input

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-09 10:07:38 -03:00
commit b07e4c45e4
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -51,15 +51,13 @@
<a class="postfix button black">USD</a>
</div>
<div
class="m10b"
ng-click="openWalletsModal(buy.allWallets)">
<div class="m10b">
<label>Pay From Copay Wallet</label>
<div class="input">
<input type="text" id="address" name="address" ng-disabled="buy.selectedWalletId"
ng-attr-placeholder="{{'Choose your source wallet'}}"
ng-model="buy.selectedWalletName" required>
<a class="postfix size-12 m0 text-gray">
<a ng-click="openWalletsModal(buy.allWallets)" class="postfix size-12 m0 text-gray">
<i class="icon-wallet size-18"></i>
</a>
</div>