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
How can we share data between controllers?
How long does bearer token last?
What Are The Security Features Provided By AngularJS?
Explain module in AngularJS?
What is * ngfor?
What is template reference variable in angular 4?
Explain directive in AngularJS?
How would you make use of ngoninit()?
What is web sockets?
How does angular use singleton pattern?
What is do bootstrap (ng do bootstrap ) in angular 7?
Is angular 2 mobile oriented?
Angular js is developed in which year?
List out the components which can be used in AngularJS modules?
What is router outlet in angular?