fix auto-focus and isMobile variable
This commit is contained in:
parent
2af28f0f1d
commit
ec99639323
4 changed files with 9 additions and 5 deletions
|
|
@ -46,7 +46,8 @@
|
|||
!profileForm.email.$pristine"><i class="fi-check"></i></span>
|
||||
</div>
|
||||
<div class="input">
|
||||
<input type="email" ng-model="email" class="form-control fi-email" name="email" placeholder="Email" required auto-focus>
|
||||
<input type="email" ng-model="email" class="form-control fi-email" name="email" placeholder="Email"
|
||||
show-focus="!isMobile" required>
|
||||
<i class="icon-email"></i>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue