Prevents double tap on the amount input
This commit is contained in:
parent
36692f4269
commit
b07e4c45e4
1 changed files with 2 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue