Tell me what is a scope in AngularJS?

Submitted by: Muhammad
scope is an object that refers to the application model. It is the glue between application controller and the view. Both the controllers and directives have reference to the scope, but not with each other. It is an execution context for expressions and arranged in hierarchical structure. Scopes can watch expressions and propagate events.
Submitted by: Muhammad

Read Online Front End Developer (AngularJS) Job Interview Questions And Answers