Answer Posted / 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 |
Post New Answer View All Answers
What does pipe do in rxjs?
What are angular directives used for?
What is shadow dom? How is it helping angular 2 to perform better?
How to install angular 8?
How to implement routing in angularjs?
Is it possible to have two ng-app directives for a single angular application?
List of useful ionic 3 cli commands?
What is a controller javascript?
Is lazy loading good?
Is google using angular?
What is the urlsegment interface in angular 7?
Where can we implement the dom manipulation in angularjs?
What is a locale ID?
What is pure and impure pipes? When to use pure and impure pipes?
What is routing concepts in angular?