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 a directive question?
What are the purpose of @ngmodule?
What is routerstate?
What is the size of angular.js file?
What do I have to do to trick the browser into doing what I want?
What is the difference between Factory, Service and Provider?
Which service is used for making ajax calls in angular?
What are differences between angular 4 and angular 2?
What components can be defined within AngularJS modules?
What are the new features in angular 4?
How would you optimize the angular 2 application for better performance?
How to create custom directives?