We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbab287 commit 7a29436Copy full SHA for 7a29436
1 file changed
src/ngResource/resource.js
@@ -199,6 +199,9 @@ function shallowClearAndCopy(src, dst) {
199
* On failure, the promise is resolved with the {@link ng.$http http response} object, without
200
* the `resource` property.
201
*
202
+ * If an interceptor object was provided, the promise will instead be resolved with the value
203
+ * returned by the interceptor.
204
+ *
205
* - `$resolved`: `true` after first server interaction is completed (either with success or
206
* rejection), `false` before that. Knowing if the Resource has been resolved is useful in
207
* data-binding.
0 commit comments