Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created June 9, 2017 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/6404869fb0c36d8c91d6a07c7e878077 to your computer and use it in GitHub Desktop.
Save matthieu-D/6404869fb0c36d8c91d6a07c7e878077 to your computer and use it in GitHub Desktop.
<form (submit)="confirm()">
<ion-list>
<ion-item>
<ion-label floating>Confirmation Code</ion-label>
<ion-input type="text" [(ngModel)]="code" name="code"></ion-input>
</ion-item>
<div padding>
<button ion-button color="primary" block>Confirm Account</button>
</div>
<div padding>
<p>Haven't received the confirmation code email yet? <a (click)="resendCode()">Resend</a></p>
</div>
</ion-list>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment