Added a directive to focus the first input fields
This commit is contained in:
parent
b554c4c7ea
commit
527c3beab1
6 changed files with 27 additions and 18 deletions
|
|
@ -48,7 +48,7 @@
|
|||
</p>
|
||||
|
||||
<input type="email" ng-model="email" class="form-control"
|
||||
name="email" placeholder="Email" required>
|
||||
name="email" placeholder="Email" required auto-focus>
|
||||
<input type="password" ng-model="password" class="form-control"
|
||||
name="password" placeholder="Password" required>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue