I’ve just updated to Beta 11, and the below stopped working: <ion-list radio-group [(ngModel)]=“content”> Using that ngModel I used to capture the value of the selected radio-button; however, it stopped working when I updated to Beta 11.
Yes I’m experiencing the same problem
My app’s been working in all previous versions of beta until beta11, when the ngModel has started causing errors.
I haven’t changed any code in this part of the app for months, so something in the beta11 update is treating ngModel differently.
change @angular/form 0.3.0 to @angular/form 0.2.0 and its work now
I noticed the same and changing my “push strategy” solved it for now.
What does that mean, your “push strategy”?
It’s about the change detection in Angular2
hey i faceing same issue.please help me.
i also open topic.link is below