mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
parent
8336b3a286
commit
e8a139c6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ var $resourceMinErr = angular.$$minErr('$resource');
|
||||||
* caching.
|
* caching.
|
||||||
* - **`timeout`** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} that
|
* - **`timeout`** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} that
|
||||||
* should abort the request when resolved.
|
* 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 {@link https://developer.mozilla.org/en/http_access_control#section_5
|
* XHR object. See {@link https://developer.mozilla.org/en/http_access_control#section_5
|
||||||
* requests with credentials} for more information.
|
* requests with credentials} for more information.
|
||||||
* - **`responseType`** - `{string}` - see {@link
|
* - **`responseType`** - `{string}` - see {@link
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue