We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb251a4 commit f4a390fCopy full SHA for f4a390f
src/adapters/http.js
@@ -41,8 +41,8 @@ function DSHttpAdapterProvider() {
41
*
42
* ## Example:
43
* ```js
44
- * angular.module('myApp', function (DSHttpAdapterProvider) {
45
- * angular.extend(DSHttpAdapterProvider.defaults.httpConfig, {
+ * angular.module('myApp').config(function (DSHttpAdapterProvider) {
+ * angular.extend(DSHttpAdapterProvider.defaults.$httpConfig, {
46
* interceptor: [...],
47
* headers: {
48
* common: {
0 commit comments