How AngularJS handle data binding?
Answer / chaitanya
AngularJS handle data-binding mechanism with the help of three powerful functions: $watch(), $digest() and $apply(). Most of the time AngularJS will call the $scope.$watch() and $scope.$digest() functions for you, but in some cases you may have to call these functions yourself to update new values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is angularjs a library, framework, plugin or browser extension?
What is the difference between a service() and a factory()?
What are pipes in angular 2?
If both factory and service are equivalent, then when should I use them?
Is angularjs well-suited with all browsers?
Which version you are using js?
What's new features in angular 5?
Who made redux?
What is ngroute?
What is semantic element in html?
What is ng-app directive in angularjs?
What are the ngmodule metadata properties?