Why $scope is used in angularjs?
Answer / Rajesh Singh
$scope in AngularJS serves as the glue between the controller and the view. It allows data binding and two-way communication between the model (controller) and the view.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to initialize a select box with options on page load in angular js?
How will you explain manual bootstrap process in angularjs?
What are the ngmodule metadata properties?
Explain $watch(), $watchgroup() and $watchCollection() functions of scope?
What is routing concepts in angular 2?
What is linking function? What are post linking and pre-linking functions?
What is linking function?
What do you mean by ng-template?
Explain system.config.ts file used in angular?
Explain what is dependency injection in angularjs?
What are the purpose of @ngmodule?
What is the difference between ng model and ng bind?