mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(tabs): fix toggles in modal for tabs
This commit is contained in:
@ -23,9 +23,10 @@
|
||||
<ion-list>
|
||||
<ion-list-header>Tracks</ion-list-header>
|
||||
|
||||
<ion-toggle *ngFor="#i of items" secondary>
|
||||
Toggle {{i}}
|
||||
</ion-toggle>
|
||||
<ion-item *ngFor="#i of items">
|
||||
<ion-label>Toggle {{i}}</ion-label>
|
||||
<ion-toggle secondary></ion-toggle>
|
||||
</ion-item>
|
||||
</ion-list>
|
||||
|
||||
<ion-list>
|
||||
|
Reference in New Issue
Block a user