mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
docs($http): remove duplicate 'to' in withCredentials description
Typo in $http config documentation Closes #7731
This commit is contained in:
committed by
Caitlin Potter
parent
ff791c9330
commit
808dab83e5
@@ -480,7 +480,7 @@ function $HttpProvider() {
|
||||
* caching.
|
||||
* - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise}
|
||||
* that should abort the request when resolved.
|
||||
* - **withCredentials** - `{boolean}` - whether to to set the `withCredentials` flag on the
|
||||
* - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the
|
||||
* XHR object. See [requests with credentials]https://developer.mozilla.org/en/http_access_control#section_5
|
||||
* for more information.
|
||||
* - **responseType** - `{string}` - see
|
||||
|
||||
Reference in New Issue
Block a user