Skip to content

Instantly share code, notes, and snippets.

@alieseparker
Created November 2, 2014 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alieseparker/ec84b70077c7d171178d to your computer and use it in GitHub Desktop.
Save alieseparker/ec84b70077c7d171178d to your computer and use it in GitHub Desktop.
ANGULAR VOCABULARY:
Scope: The range that an object may be accessed.
Controller: The logic behind views of sectoins of the DOM Tree
Data Binding: Syncs data between the model and view
Dependency Injection: Writes and connects objects to the dom
Directive: Binds mothds and Elements to the domb
Module: Container for different parts of an App that configures injections.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment