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 |
What are controllers in AngularJS?
How to write increment counter in angular js?
What is constant?
What is zones in angular 2?
What are guards in angular 2?
What is react lazy?
What is dependency injection in angularjs and how does it work?
How to use styleurls and styles in angular?
What is subscribe in angular?
Does AngularJS has dependency on jQuery?
List some advantages of angular 2 over angular1.
What is bazel in angular?