We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9590bcf commit ffc3115Copy full SHA for ffc3115
src/ngResource/resource.js
@@ -229,7 +229,7 @@ function shallowClearAndCopy(src, dst) {
229
* {@link ngRoute.$routeProvider resolve section of $routeProvider.when()} to defer view
230
* rendering until the resource(s) are loaded.
231
*
232
- * 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
233
* the `resource` property.
234
235
* If an interceptor object was provided, the promise will instead be resolved with the value
0 commit comments