diff options
Diffstat (limited to 'src/ngResource')
| -rw-r--r-- | src/ngResource/resource.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index d0bc6544..180ea5bb 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -134,7 +134,8 @@ function shallowClearAndCopy(src, dst) {   *   - **`timeout`** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} that   *     should abort the request when resolved.   *   - **`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) + *     XHR object. See + *     [requests with credentials](https://developer.mozilla.org/en/http_access_control#section_5)   *     for more information.   *   - **`responseType`** - `{string}` - see   *     [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType). | 
