Alternative amount should not have enought-amount directive
This commit is contained in:
parent
21073a5ffe
commit
7cae6b3a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
||||||
<input type="number" id="alternative_amount"
|
<input type="number" id="alternative_amount"
|
||||||
ng-disabled="loading || !isRateAvailable "
|
ng-disabled="loading || !isRateAvailable "
|
||||||
name="alternative" placeholder="Amount" ng-model="alternative"
|
name="alternative" placeholder="Amount" ng-model="alternative"
|
||||||
enough-amount required
|
required
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue