apply directive to all inputs

This commit is contained in:
Javier 2016-07-12 11:50:32 -03:00
commit a8d2dd46a8
9 changed files with 17 additions and 17 deletions

View file

@ -73,7 +73,7 @@
<div ng-show="join.seedSourceId == 'trezor' || join.seedSourceId == 'ledger'">
<label class="oh"><span translate>Account Number</span>
<input type="number" id="account" ng-model="account">
<input type="number" id="account" ng-model="account" ignore-mouse-wheel>
</label>
</div>