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

What are controllers in AngularJS?

0 Answers  


How to write increment counter in angular js?

0 Answers  


What is constant?

0 Answers  


What is zones in angular 2?

0 Answers  


What are guards in angular 2?

0 Answers  


What is react lazy?

0 Answers  


What is dependency injection in angularjs and how does it work?

0 Answers  


How to use styleurls and styles in angular?

0 Answers  


What is subscribe in angular?

0 Answers  


Does AngularJS has dependency on jQuery?

1 Answers   SLK Software,


List some advantages of angular 2 over angular1.

0 Answers  


What is bazel in angular?

0 Answers  


Categories