Skip to content

Instantly share code, notes, and snippets.

@philwilt
Created October 28, 2014 03:56
Show Gist options
  • Save philwilt/5258a86b472b4cbcf303 to your computer and use it in GitHub Desktop.
Save philwilt/5258a86b472b4cbcf303 to your computer and use it in GitHub Desktop.
angular notes
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
@brookr
Copy link

brookr commented Oct 29, 2014

LOL, I know... But if you can learn 1.2, you can learn 2.0. :]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment