mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(demo): fix HTML file formatting
This commit is contained in:
@ -109,11 +109,7 @@
|
|||||||
<ion-col>
|
<ion-col>
|
||||||
<ion-item>
|
<ion-item>
|
||||||
<ion-label>Ionic Checkbox No ngModel</ion-label>
|
<ion-label>Ionic Checkbox No ngModel</ion-label>
|
||||||
<ion-checkbox id="ionCheckboxNoModel"
|
<ion-checkbox id="ionCheckboxNoModel" name="ionCheckboxNoModel" [checked]="checkboxValue" (ionChange)="checkboxValue=$event.target.checked"></ion-checkbox>
|
||||||
name="ionCheckboxNoModel"
|
|
||||||
[checked]="checkboxValue"
|
|
||||||
(ionChange)="checkboxValue=$event.target.checked"
|
|
||||||
></ion-checkbox>
|
|
||||||
</ion-item>
|
</ion-item>
|
||||||
</ion-col>
|
</ion-col>
|
||||||
<ion-col>
|
<ion-col>
|
||||||
|
Reference in New Issue
Block a user