How AngularJS handle data binding?

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


Please Help Members By Posting Answers For Below Questions

What is a factory?

456


How will you transfer data between two controllers?

438


Explain the difference between promise and observable in angular?

462


List out the advantages of angularjs?

454


What is Dependency Injection in Angular 4?

464






What is ngClass directive in AngularJS?

474


Explain angular elements?

419


In collection of array how to collect all the true state from active true and active false?

437


What is @ngmodule in angular 2? Explain

380


Explain factory method in angularjs?

419


What is httpclient in angular?

457


Can we use multiple ng app?

436


Do you know what is services in angular.js?

465


How to solve fflickering issue in angular js?

427


What is a provider in angular?

412