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
Enlist major matchers available in jasmine?
How to detect swipe event in mobile browsers/devices in AngularJS?
Explain spa architecture in angularjs?
Explain $q service, deferred and promises.
Is typescript an oop?
Explain what is string interpolation in angular.js ?
What is client side routing?
What is a good use case for ngrx/store?
Explain zone in angular?
What is the difference between ng model and ng bind?
How do you check if angular cli is installed?
What is the use of ngfor directive in angular?
Whats is output for typeof (null)?
How to write increment counter in angular js?
Define data binding.