Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acad09e commit 8c98d6aCopy full SHA for 8c98d6a
src/ng/http.js
@@ -505,7 +505,7 @@ function $HttpProvider() {
505
* - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise}
506
* that should abort the request when resolved.
507
* - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the
508
- * XHR object. See [requests with credentials](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials)
+ * XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials)
509
* for more information.
510
* - **responseType** - `{string}` - see
511
* [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType).
0 commit comments