Hi,
Im developing an app that has a number of modals with text boxes on them… I am using firebase as well, When I go to a specific two modal views and go back and enter a different one and i try to type into a text box i keep getting this error:
3 292827 error Error: Attempted to assign to readonly property.
setter@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:21140:6
assign@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:21264:18
$$writeModelToScope@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:31880:15
writeToModelIfNeeded@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:31874:33
http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:31868:29
validationDone@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:31796:21
processAsyncValidators@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:31779:23
$$runValidators@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:31724:27
$$parseAndValidate@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:31861:25
$commitViewValue@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:31829:28
http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:31962:30
$eval@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:23100:28
$apply@http://192.168.1.20:8100/lib/ionic/js/ionic.bundle.js:23199:28
I have looked through the fourms and I have tried a couple of fixes…
Regards
Oisin