mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
16 lines
264 B
HTML
16 lines
264 B
HTML
<ion-content>
|
|
|
|
<form (^submit)="doSubmit($event)" [control-group]="form">
|
|
<div class="list-header">Some Switches</div>
|
|
|
|
<ion-list>
|
|
|
|
<ion-switch control="enableFun">
|
|
Enable Fun?
|
|
</ion-switch>
|
|
|
|
</ion-list>
|
|
</form>
|
|
|
|
</ion-content>
|