We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9f1ad commit 08354aeCopy full SHA for 08354ae
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