Created
November 1, 2014 00:13
-
-
Save petemmitchell/268eb5abf5abeb610c24 to your computer and use it in GitHub Desktop.
Angular.js vocab
This file contains hidden or 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
| 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