Added a directive to focus the first input fields

This commit is contained in:
Matias Pando 2014-11-19 17:49:45 -03:00
commit 527c3beab1
6 changed files with 27 additions and 18 deletions

View file

@ -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>