Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation errors #121

Closed
pdemilly opened this issue Aug 17, 2014 · 0 comments
Closed

Documentation errors #121

pdemilly opened this issue Aug 17, 2014 · 0 comments
Assignees

Comments

@pdemilly
Copy link

in http://angular-data.pseudobry.com/documentation/api/angular-data/DSHttpAdapterProvider.properties:defaults.$httpConfig

the example should read: (httpConfig should be $httpConfig)

angular.module('myApp', function (DSHttpAdapterProvider) {
angular.extend(DSHttpAdapterProvider.defaults.$httpConfig, {
interceptor: [...],
headers: {
common: {
Authorization: 'Basic YmVlcDpib29w'
}
},
timeout: 20000
});
});

Hope that helps

@jmdobry jmdobry self-assigned this Aug 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants