How AngularJS handle data binding?



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

Post New Answer

More AngularJS Interview Questions

How to enable caching in $http service?

1 Answers  


Why do we use angular material?

1 Answers  


Why are decorators used in angular 2?

1 Answers  


Explain about services in Angular.js ?

1 Answers  


What is dependency injection in angular 2?

1 Answers  


What are observables in angular 2? Explain

1 Answers  


How will you implement autorefresh in angularjs?

1 Answers  


Where is angular used?

1 Answers  


What is the usage of controllers in angularjs?

1 Answers  


How can someone set, get, and clear cookies in angularjs?

1 Answers  


What is registering callbacks in angularjs?

1 Answers  


How to install karma using npm?

1 Answers  


Categories