Skip to content

AngularJS References

guptag edited this page Apr 1, 2015 · 3 revisions

Wonderful articles on various topics of AngularJS.

Modular Architecture:

http://trochette.github.io/Angular-Design-Patterns-Best-Practices/#/modularity

http://nathanleclaire.com/blog/2014/04/19/5-angularjs-antipatterns-and-pitfalls/

Lean Controllers

http://toddmotto.com/rethinking-angular-js-controllers/

http://teropa.info/blog/2014/10/24/how-ive-improved-my-angular-apps-by-banning-ng-controller.html

Directives

http://weblogs.asp.net/dwahlin/creating-custom-angularjs-directives-part-i-the-fundamentals

Avoid Scope Soup

http://www.technofattie.com/2014/03/21/five-guidelines-for-avoiding-scope-soup-in-angular.html

https://github.com/angular/angular.js/wiki/Understanding-Scopes

Performance

https://www.airpair.com/angularjs/posts/angularjs-performance-large-applications

http://bahmutov.calepin.co/improving-angular-web-app-performance-example.html

http://www.binpress.com/tutorial/speeding-up-angular-js-with-simple-optimizations/135

Learn from others experience

https://www.airpair.com/angularjs/posts/top-10-mistakes-angularjs-developers-make

http://blogs.mumairkhan.com/2015/03/14/how-we-messed-up-our-angular-app.html

Style Guides:

http://toddmotto.com/opinionated-angular-js-styleguide-for-teams/

https://github.com/johnpapa/angular-styleguide

Reference Projects:

https://github.com/johnpapa/ng-demos/tree/master/modular

https://github.com/angular-app/angular-app

Great Stackoverflow posts related to AngularJS

http://stackoverflow.com/questions/9682092/databinding-in-angularjs/9693933#9693933