Hi
I’ve been using code like this all over my app:
<ion-input [(ngModel)]="home_URL" id="homeURL" type="text"></ion-input>
Yet after updating to beta11, all of the pages using ngModel are now causing errors.
I have narrowed it down to ngModel but cannot work out why it has suddenly stopped working and how to fix it.
I noticed that beta 11 updated to Angular rc4 and spun out the angular forms. Is there something simple I’m missing?
Any help would be most welcome.
Tom