I have a question about how to avoid watchers when you have readonly input textbox in AngularJS.
I have created plunker for it : plunker link : OneWay Binding using ng-value
This shows that even when I am using ng-value for readonly input text, still a watcher has been added for it.
I simple want to avoid watchers when there are readonly controls, I am asking this because in my enterprise application, even for readonly page I have more-than 200 readonly controls and watcher count there is coming around 1100 which is slowing down my Angular Application.