fix auto-focus and isMobile variable
This commit is contained in:
parent
2af28f0f1d
commit
ec99639323
4 changed files with 9 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue