Created
November 2, 2014 21:45
-
-
Save alieseparker/ec84b70077c7d171178d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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