Skip to content

Commit

Permalink
Merge pull request #6 from mlynch/patch-2
Browse files Browse the repository at this point in the history
Change input type of register from text to email
  • Loading branch information
alevicki committed Apr 6, 2015
2 parents c50dae2 + 1955029 commit 30ae46b
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 30ae46b

Please sign in to comment.