This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,10 @@ function shallowClearAndCopy(src, dst) {
196
196
* `http response` object passed to `response`/`responseError` interceptors.
197
197
* Keep in mind that the associated promise will be resolved with the value returned by the
198
198
* response interceptors. Make sure you return an appropriate value and not the `response`
199
- * object passed as input. For example, the default `response` interceptor (which gets applied
200
- * if you don't specify a custom one) returns `response.resource`.
199
+ * object passed as input. For reference, the default `response` interceptor (which gets applied
200
+ * if you don't specify a custom one) returns `response.resource`.<br />
201
+ * See {@link ngResource.$resource#using-interceptors below} for an example of using
202
+ * interceptors in `$resource`.
201
203
* - **`hasBody`** – `{boolean}` – If true, then the request will have a body.
202
204
* If not specified, then only POST, PUT and PATCH requests will have a body. *
203
205
* @param {Object } options Hash with custom settings that should extend the
You can’t perform that action at this time.
0 commit comments