What is scope in AngularJS?
Answer / chaitanya
Scope is a JavaScript object that refers to the application model. It acts as a context for evaluating angular expressions. Basically, it acts as glue between controller and view.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is scope hierarchy in angularjs?
Why is it called angular?
What is core module in AngularJS?
Why do we need custom directives in angular?
What is difference between ng if and ng show?
What does $event mean in angular?
What is json web token in angularjs?
What is directives in angular?
What is the factory method in angular 2?
What’s new in Angular 5?
What is the difference between Kris Kowal's Q and $q?
What is the key difference between angular expressions and javascript expressions?