What is scope in AngularJS?



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

Post New Answer

More AngularJS Interview Questions

What do you understand by dirty checking in angular?

0 Answers  


List out the differences between config and run methods in angularjs?

0 Answers  


How to create a service using factory in angularjs?

0 Answers  


Can you write both angular 1 and angular 2 codes in a single project?

0 Answers  


Explain angular elements?

0 Answers  


What is the latest version of angular?

0 Answers  


What is the difference between structural and attribute directives in angular?

0 Answers  


Why this project is called "AngularJS"?

1 Answers   SLK Software,


Can you explain to $on and/or $watch ?

0 Answers  


What is ng-repeat directive in angularjs?

0 Answers  


What is injector tree?

0 Answers  


How to setup and create angular services?

0 Answers  


Categories