Skip to content

Instantly share code, notes, and snippets.

@kahlil
Last active March 9, 2017 14:21
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahlil/5245859 to your computer and use it in GitHub Desktop.
Save kahlil/5245859 to your computer and use it in GitHub Desktop.
Angular.js Resources

http://docs.angularjs.org/tutorial

http://docs.angularjs.org/guide/

http://egghead.io

https://www.youtube.com/user/johnlindquist

http://blog.artlogic.com/2013/03/06/angularjs-for-jquery-developers/

http://www.adobe.com/devnet/html5/articles/getting-started-with-angularjs.html

https://www.youtube.com/angularjs

http://briantford.com/blog/

https://github.com/CaryLandholt/AngularFun

http://railscasts.com/episodes/405-angularjs

https://github.com/yeoman/generator-angular

@knalli says:

Actually, https://groups.google.com/forum/#!forum/angular is the very valuable source of information about AngularJS.

The official docs aren't always up to date, won't reflect both stable (1.0.x) and unstable (1.1.x) and don't contain so much examples (which you will notice after days/weeks).

So, indeed: Using Google the right way is important because Google indices both Groups and Stackoverflow very, very deep. And sometimes, you should look just at https://github.com/angular/angular.js (including isssues and PRs)...

I'm working with AngularJS since October last year when we'd ported our app in a bigger rework process.

And: Don't forget Angular UI http://angular-ui.github.com/

Hints, videos, articles: https://plus.google.com/u/0/+AngularJS/posts

http://pkozlowskios.wordpress.com/2012/08/12/using-jsfiddle-with-angularjs/

http://roytruelove.blogspot.de/2012/09/angularjs-dependency-injection-modules.html

http://onehungrymind.com/angularjs-communicating-between-controllers/

http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-testacular.html

knalli's article draft: https://gist.github.com/kahlil/5245859#comment-807209

@knalli
Copy link

knalli commented Mar 28, 2013

And this is very good: http://www.yearofmoo.com/2013/01/full-spectrum-testing-with-angularjs-and-testacular.html

AngularJS uses itself Testacular. I've just learnt they renamed the projekt: https://github.com/karma-runner/karma

@kahlil
Copy link
Author

kahlil commented Mar 29, 2013

Hey @knalli. I wrote you a DM on Twitter.

@kahlil
Copy link
Author

kahlil commented Mar 29, 2013

Yo @knalli, @Haihappen, @sbruchmann, @Traxmaxx, @kaelifa, @coolcut, @Ninerian,

I moved this list of Angular.js resources to Github: https://github.com/kahlil/angular-resources. If you have anything to add just send PRs :)

Cheers!

k

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