Alternative amount should not have enought-amount directive

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-01 15:41:17 -03:00
parent 21073a5ffe
commit 7cae6b3a2e
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
<input type="number" id="alternative_amount"
ng-disabled="loading || !isRateAvailable "
name="alternative" placeholder="Amount" ng-model="alternative"
enough-amount required
required
autocomplete="off"
>
</div>