We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adfe5b commit 720012eCopy full SHA for 720012e
src/ngResource/resource.js
@@ -209,7 +209,8 @@ function shallowClearAndCopy(src, dst) {
209
* - non-GET instance actions: `instance.$action([parameters], [success], [error])`
210
*
211
212
- * Success callback is called with (value, responseHeaders) arguments. Error callback is called
+ * Success callback is called with (value, responseHeaders) arguments, where the value is
213
+ * the populated resource instance or collection object. The error callback is called
214
* with (httpResponse) argument.
215
216
* Class actions return empty instance (with additional properties below).
0 commit comments