Skip to content

Commit

Permalink
fix(login): email keyboard for login
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Nov 3, 2016
1 parent 63c9296 commit 67cc41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<mobile-input
[id] = "'email'"
[type] = "'email'"
[control] = "loginForm.controls['email']"
[errorLabel] = "'email-required'"
[submitAttempt] = "submitAttempt"
Expand Down

0 comments on commit 67cc41b

Please sign in to comment.