AngularJS Developer Question:
Download Questions PDF

Explain what are the characteristics of “Scope”?

Answer:

☛ To observer model mutations scopes provide APIs ($watch)
☛ To propagate any model changes through the system into the view from outside of the Angular realm
☛ A scope inherits properties from its parent scope, while providing access to shared model properties, scopes can be nested to isolate application components
☛ Scope provides context against which expressions are evaluated

Download AngularJS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is dependency injection and how does it work?Tell me what Are The Web Application Security Risks That A Web Developer Should Avoid While Doing Development Using AngularJS?