Skip to content

Commit 79a94db

Browse files
committed
test(tabs): fix toggles in modal for tabs
1 parent f14cf9a commit 79a94db

File tree

1 file changed

+4
-3
lines changed
  • ionic/components/tabs/test/basic

1 file changed

+4
-3
lines changed

ionic/components/tabs/test/basic/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
<ion-list>
2424
<ion-list-header>Tracks</ion-list-header>
2525
26-
<ion-toggle *ngFor="#i of items" secondary>
27-
Toggle {{i}}
28-
</ion-toggle>
26+
<ion-item *ngFor="#i of items">
27+
<ion-label>Toggle {{i}}</ion-label>
28+
<ion-toggle secondary></ion-toggle>
29+
</ion-item>
2930
</ion-list>
3031
3132
<ion-list>

0 commit comments

Comments
 (0)