Skip to content

Commit f4a390f

Browse files
committed
Fixes #121.
1 parent eb251a4 commit f4a390f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adapters/http.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ function DSHttpAdapterProvider() {
4141
*
4242
* ## Example:
4343
* ```js
44-
* angular.module('myApp', function (DSHttpAdapterProvider) {
45-
* angular.extend(DSHttpAdapterProvider.defaults.httpConfig, {
44+
* angular.module('myApp').config(function (DSHttpAdapterProvider) {
45+
* angular.extend(DSHttpAdapterProvider.defaults.$httpConfig, {
4646
* interceptor: [...],
4747
* headers: {
4848
* common: {

0 commit comments

Comments
 (0)