We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655da39 commit 9f828a0Copy full SHA for 9f828a0
1 file changed
src/ngResource/resource.js
@@ -134,7 +134,8 @@ function shallowClearAndCopy(src, dst) {
134
* - **`timeout`** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} that
135
* should abort the request when resolved.
136
* - **`withCredentials`** - `{boolean}` - whether to set the `withCredentials` flag on the
137
- * XHR object. See [requests with credentials](https://developer.mozilla.org/en/http_access_control#section_5)
+ * XHR object. See
138
+ * [requests with credentials](https://developer.mozilla.org/en/http_access_control#section_5)
139
* for more information.
140
* - **`responseType`** - `{string}` - see
141
* [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType).
0 commit comments