mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
10 lines
330 B
HTML
10 lines
330 B
HTML
<form (^submit)="doSubmit($event)" [control-group]="form">
|
|
<ion-input>
|
|
<input control="email" type="email" placeholder="Your email">
|
|
</ion-input>
|
|
<ion-input>
|
|
<input control="password" type="password" placeholder="Your password">
|
|
</ion-input>
|
|
<button ion-button stable block type="submit">Submit</button>
|
|
</form>
|