mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
test(list): fix toggle to represent new ion-item
This commit is contained in:
@ -39,10 +39,11 @@
|
|||||||
List Header
|
List Header
|
||||||
</ion-list-header>
|
</ion-list-header>
|
||||||
|
|
||||||
<ion-toggle checked="true">
|
<ion-item>
|
||||||
<ion-icon name="color-wand" item-left></ion-icon>
|
<ion-icon name="color-wand" item-left></ion-icon>
|
||||||
Magic
|
<ion-label>Magic</ion-label>
|
||||||
</ion-toggle>
|
<ion-toggle checked="true"></ion-toggle>
|
||||||
|
</ion-item>
|
||||||
|
|
||||||
<ion-item>
|
<ion-item>
|
||||||
<ion-icon name="star" item-left></ion-icon>
|
<ion-icon name="star" item-left></ion-icon>
|
||||||
|
Reference in New Issue
Block a user