Skip to content

Instantly share code, notes, and snippets.

@petemmitchell
Created November 1, 2014 00:13
Show Gist options
  • Select an option

  • Save petemmitchell/268eb5abf5abeb610c24 to your computer and use it in GitHub Desktop.

Select an option

Save petemmitchell/268eb5abf5abeb610c24 to your computer and use it in GitHub Desktop.
Angular.js vocab
Scope: Defines where a specific bit of code to be run is available.
Controller: Adds or changes behaviors within the scope
Data binding: Synchronizes data instantly between model and view (2 way)
Dependency injection: Deals with how components, controllers, and modules get their dependencies.
Directive: Attaches logic or components of the view to the DOM
Module: Contain packages of code, like namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment