Skip to content

Instantly share code, notes, and snippets.

@originalhat
Created July 18, 2014 18:08
Show Gist options
  • Select an option

  • Save originalhat/94c7825399a0a2acb4a5 to your computer and use it in GitHub Desktop.

Select an option

Save originalhat/94c7825399a0a2acb4a5 to your computer and use it in GitHub Desktop.
angular

AngularJS

Scopes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment