Issue when updating to Beta 11 - ([ngModel]) does not work anymore with ion-list
See original GitHub issueI’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.
By the way I was not using forms module and I don’t want to use it.
Can someone from the Ionic team respond to this matter?
Your system information:
Cordova CLI: 6.3.0 Ionic Framework Version: 2.0.0-beta.11 Ionic CLI Version: 2.0.0-beta.32 Ionic App Lib Version: 2.0.0-beta.18 ios-deploy version: 1.8.6 ios-sim version: 5.0.8 OS: Mac OS X El Capitan Node Version: v4.4.7 Xcode version: Xcode 7.3.1 Build version 7D1014
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Issue when updating to Beta 11 - ([ngModel]) does not work ... - GitHub
I've just updated to Beta 11, and the below stopped working: Using that ngModel I used to capture the value of the selected...
Read more >I've just updated to Beta 11, and the below stopped working
I've just updated to Beta 11, and the below stopped working: Using that ngModel I used to capture the value of the selected...
Read more >angular - ionic 2 beta 11 upgrade ngModel usage in forms break ...
When all [(ngModel)] tags are removed, it displays the form. This causes a different problem as I need to use data from 1...
Read more >Posting data from Ionic 2 app to a PHP server - Nikola Brežnjak
In the app/pages/home/home.js file adjust the link variable (line #18) to point to your server; Run ionic serve. Getting started with Ionic 2....
Read more >angular/angular - Gitter
Hi everyone, wondering if there's a good reference for the latest Component router somewhere. Been reading over the documentation but not sure ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
try to downgrade @angular/form to 0.2.0, that worked for me.
same problem . appeared after i update app to beta 11 from beta 8