Nitin Choudhary
Explain what is scope in Angular.js ?
By Nitin Choudhary in Angular on Jan 20 2015
  • Prashanth Kumar Thadaka
    Feb, 2017 28

    A scope is an object that refers to the application model. It is an execution context for expressions. Scopes are arranged in the hierarchical structure which mimics the DOM structure of the application. Scopes can watch expressions and propagate events.

    • 0
  • Naveen Bisht
    Jun, 2016 30

    Scope is javascript object which is used to communication between controller and view.

    • 0
  • Nitin Choudhary
    Jan, 2015 20

    Scope refers to the application model, it acts like glue between application controller and the view. Scopes are arranged in hierarchical structure and impersonate the DOM ( Document Object Model) structure of the application. It can watch expressions and propagate events.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS