paypro: better error display on no unspent outputs.
This commit is contained in:
parent
8e86826b68
commit
ea7948f420
2 changed files with 17 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
</label>
|
||||
<div class="small-9 columns">
|
||||
<input type="number" id="amount"
|
||||
ng-disabled="loading || ($root.merchant && +$root.merchant.total > 0)"
|
||||
ng-disabled="loading || ($root.merchant && +$root.merchant.total > 0) || $root.merchantError"
|
||||
name="amount" placeholder="Amount" ng-model="amount"
|
||||
min="0.00005400" max="10000000000" enough-amount required
|
||||
autocomplete="off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue