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 did you stop observable?

0 Answers  


How to initiate variable in angularjs?

0 Answers  


Describe the angularjs boot process.

0 Answers  


What is bundle js in angular?

0 Answers  


Define directives in angularjs.

0 Answers  






What are custom directives in angular?

0 Answers  


Where is dom located?

0 Answers  


How http client is interact with angular 2 servers?

0 Answers  


Is angular material responsive?

0 Answers  


What’s new in Angular 5?

0 Answers  


What is observable and promise?

0 Answers  


What are filters in angularjs? Can you list some?

0 Answers  


Categories