Created
October 28, 2014 03:56
-
-
Save philwilt/5258a86b472b4cbcf303 to your computer and use it in GitHub Desktop.
angular notes
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
module - way of compartmentalizing pieces of code for similar functionality | |
scope - app context | |
data binding - connecting UI and biz logic | |
directives - attach functionality to DOM | |
controllers - functionality for models | |
dependency injection - dependencies for controllers and modules | |
Discontinued in 2.0: | |
Controllers | |
Directive Definition Object | |
$scope | |
angular.module | |
jqLite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LOL, I know... But if you can learn 1.2, you can learn 2.0. :]