fix auto-focus and isMobile variable

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-04 20:42:08 -03:00
commit ec99639323
4 changed files with 9 additions and 5 deletions

View file

@ -32,7 +32,7 @@
<div class="panel">
<label><span translate>Wallet name</span>
<div class="input">
<input type="text" placeholder="{{'Family vacation funds'|translate}}" class="form-control" ng-model="walletName" auto-focus>
<input type="text" placeholder="{{'Family vacation funds'|translate}}" class="form-control" ng-model="walletName">
<i class="icon-wallet"></i>
</div>
</label>