Skip to content

Commit

Permalink
Update invite.html
Browse files Browse the repository at this point in the history
Make the input on the email field , type email
This closes #99
  • Loading branch information
blueclock authored Sep 10, 2017
1 parent bcac990 commit 2ead4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/invite/invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class="wie-kan-mee-het-digi">{{'Wie kan mee het digitale album bekijken en a
</ion-item>

<ion-item>
<ion-input type="text" [(ngModel)]="email" placeholder="{{'E-mail' | translate}}"
<ion-input type="email" [(ngModel)]="email" placeholder="{{'E-mail' | translate}}"
[pattern]="util.getEmailPattern()" clearOnEdit="false" required clearInput></ion-input>
</ion-item>

Expand Down

0 comments on commit 2ead4ce

Please sign in to comment.