fix(accessor): ngModel conflits with nested inputs (#18976)

fixes #18248
This commit is contained in:
Manu MA
2019-08-06 13:34:54 +02:00
committed by GitHub
parent 7cd68b59fc
commit 6bbdb80871
8 changed files with 37 additions and 25 deletions

View File

@@ -93,7 +93,9 @@
<ion-item color="dark">
<ion-label>Range Mirror</ion-label>
<ion-range [(ngModel)]="range"></ion-range>
<ion-range [(ngModel)]="range">
<ion-toggle slot="start" id="nested-toggle" [(ngModel)]="toggle"></ion-toggle>
</ion-range>
<ion-note slot="end">{{range}}</ion-note>
</ion-item>