We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766b962 commit d566c4bCopy full SHA for d566c4b
1 file changed
src/ngResource/resource.js
@@ -94,8 +94,8 @@ function shallowClearAndCopy(src, dst) {
94
* Given a template `/path/:verb` and parameter `{verb:'greet', salutation:'Hello'}` results in
95
* URL `/path/greet?salutation=Hello`.
96
*
97
- * If the parameter value is prefixed with `@` then the value of that parameter is extracted from
98
- * the data object (useful for non-GET operations).
+ * If the parameter value is prefixed with `@` then the value of that parameter will be taken
+ * from the corresponding key on the data object (useful for non-GET operations).
99
100
* @param {Object.<Object>=} actions Hash with declaration of custom action that should extend
101
* the default set of resource actions. The declaration should be created in the format of {@link
0 commit comments