Skip to content

Commit

Permalink
Change input type of register from text to email
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Apr 5, 2015
1 parent 481bf87 commit 1955029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ion-content has-header="true" has-tabs="true" padding="true">
<div class="list">
<label class="item item-input">
<input type="text" ng-model="user.email" placeholder="Email">
<input type="email" ng-model="user.email" placeholder="Email">
</label>
<label class="item item-input">
<input type="password" ng-model="user.password" placeholder="Password">
Expand Down

0 comments on commit 1955029

Please sign in to comment.