Recent Contributions

Join Stack Overflow
Want to help improve AngularJS documentation?
Join the Stack Overflow community!
It only takes a minute, and your contributions will benefit developers forever.
Migration to Angular2
There are a lot of developers who has worked on AngularJS v1. So, a migration guide will be really helpful for the developers to get started with AngularJS v2.
requested by abhishek 557
5 comments
End To End testing in AngularJS
It's good to have documentation for end to end testing since unit testing is already covered.
requested by Gavisidda Gadagi 93
factories
Why, WHen and how to create a factory, Scope and lifetime of a factory in angularjs
requested by Parv Sharma 8,858
1 comment
AngularJS applications internationalization (a.k.a i18n) and localization (a.k.a l10n)
Developing applications which are used by different languages is an inevitable task, this section discusses common ways to build such applications.
requested by Hadi Amiri 358
$resource
how to use $resource and how to create promise. I have confusion about promise.then method.
requested by Durgpal Singh 2,409
Best practices
When should I use a factory or a service ? What should be in the controller and in the service ? How should I structure my application folder ? Should I split my large HTML file in partials or small views ?
requested by Weedoze 808
AngularJS digest life-cycle
The way data-binding works in Angular and the digest cycles involved with simple examples
requested by VJS 903
AngularJS applications deployment
This section discusses steps to deploy your glorious AngularJS app to your favorit web server
requested by Hadi Amiri 358
Communicating with Servers
Documentation about communicating with server using $http vs $resources it really helps to begginers
requested by Gavisidda Gadagi 93
Http Interceptor
why interceptor, how to handle request and response errors, how to pass default http header for every request.
requested by Bimal Das 196
Caching
Explanation to angular caching $cacheFactory, Cache Object, Caching through $http
requested by Gavisidda Gadagi 93
Spring Security with AngularJS For Spring and Spring Boot
Need a proper examples using angularjs with spring security for spring mvc also spring boot
requested by SakthiSureshAnand 377
3 comments
Decorators
Using decorators to override directives, filters, and services.
requested by Paul Sweatte 14.4k
1 comment
D3.js Directives with AngularJS
Tutorial on various d3 charts from github.com/d3/d3/wiki/Gallery and how to include them as directives in an angularjs application.
requested by Sajeetharan 17.9k
For people coming from different languages / framework, it might be hard to setup testing tools for the first time.
How to configure jasmine; How to configure karma; What is it necessary to know before writing first test; Environment configuration.
requested by Marco Aurélio Deleu 1,269
1 comment
There are a lot of bindings options, such as `=`, `@`, `>` and so on. What are their differences?
Bindings options, differences explained, when to use what.
requested by Marco Aurélio Deleu 1,269
Distinguishing Service vs Factory
There's usually a lot of confusion or unclear answers regarding the use of a service vs a factory.
requested by John F. 756
1 comment
Building an e2e application using Angularjs + Spring REST + MySQL(or any db)
AngularJS + Spring REST combination is widely used to develop applications worldwide. A good Tutorial that can explain about building an e2e application using Angularjs + Spring REST + MySQL(or any db) would be really great. Targeted Audience: Someone who has knowledge in Java, Angular Beginner
requested by Praveesh P 106
1 comment