Clean directives. Fix mouse-wheel on input number

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-23 09:37:21 -03:00
commit ce833c6ef9
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
8 changed files with 22 additions and 218 deletions

View file

@ -49,7 +49,7 @@
min="0.01"
max="500"
ng-model="fiat"
autocomplete="off" required>
autocomplete="off" ignore-mouse-wheel required>
<a class="postfix button black">USD</a>
</label>