Skip to content

Instantly share code, notes, and snippets.

@rodacato
Last active August 29, 2015 13:57
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 rodacato/9576860 to your computer and use it in GitHub Desktop.
Save rodacato/9576860 to your computer and use it in GitHub Desktop.
Learning Angular
from: http://stackoverflow.com/questions/14333857/how-to-master-angularjs
This is the most comprehensive AngularJS learning resource repository I've come across:
AngularJS-Learning
https://github.com/jmcunningham/AngularJS-Learning
To pluck out the best parts (in recommended order of learning):
egghead.io - Series of short, to the point AngularJS videos
http://www.egghead.io/
AngularJS Cheatsheet - regularly updated cheatsheet [latest update 13th February, 2013]
http://www.cheatography.com/proloser/cheat-sheets/angularjs/
On nested scopes - Points out possible problems when using scope inheritance (references a good talk by Misko Hevery that you should also watch)
http://jimhoskins.com/2012/12/14/nested-scopes-in-angularjs.html
http://www.youtube.com/watch?v=ZhfUv0spHCY&t=29m19s
Dependency injection - Official developer guide on DI
http://docs.angularjs.org/guide/di
Dependency injection - More on AngularJS dependency injection
http://dailyjs.com/2013/05/23/angularjs-injection/
"Service or Factory?" - Differences between the various types of providers
http://iffycan.blogspot.com/2013/05/angular-service-or-factory.html
Directives - Official developer guide on directives
http://docs.angularjs.org/guide/directive
Directives - The hitchhiker's guide to the directive
http://amitgharat.wordpress.com/2013/06/08/the-hitchhikers-guide-to-the-directive/
Project structure - Check out this app
https://github.com/angular-app/angular-app
Angular-UI - Must use components for any UI development
http://angular-ui.github.io/
UI-Bootstrap - From-scratch JS re-implementations of bootstrap components as AngularJS directives
http://angular-ui.github.io/bootstrap/
Full-Spectrum Testing with AngularJS and Karma
http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-karma.html
Bonus - Data binding in AngularJS, explained by Misko Hevery himself.
http://stackoverflow.com/a/9693933/1218080
Introduction to Angular.js in 50 Examples (part 1)
https://www.youtube.com/watch?v=TRrL5j3MIvo&feature=youtu.be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment