We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b51243 commit 8680339Copy full SHA for 8680339
src/ngResource/resource.js
@@ -236,7 +236,7 @@ function shallowClearAndCopy(src, dst) {
236
* {@link ngRoute.$routeProvider resolve section of $routeProvider.when()} to defer view
237
* rendering until the resource(s) are loaded.
238
*
239
- * On failure, the promise is resolved with the {@link ng.$http http response} object, without
+ * On failure, the promise is rejected with the {@link ng.$http http response} object, without
240
* the `resource` property.
241
242
* If an interceptor object was provided, the promise will instead be resolved with the value
0 commit comments