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