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 are differences between angular 4 and angular 2?
What do you know about injector?
What are cookies in angular 2?
How to disable a control or element in angularjs?
Explain factory method in angularjs?
Is angular asynchronous?
What is internationalization? How can it be implemented in angularjs?
What are the features of angular?
How do we include css file ins. The component except using styleurls property?
What is scope hierarchy? How many scopes can an application have?
Explain ng-init directive angularjs?
How to validate data in angular js?
Why is vue better than angular?
What is the model view controller (mvc)?
What is attribute in angular?