Skip to content

Commit 40d3517

Browse files
ksheedloIgorMinar
authored andcommitted
docs(minerr): add description for ngResource:badargs
Closes angular#3510
1 parent 3cde777 commit 40d3517

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/error/ngResource/badargs.ngdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
@name ngResource:badargs
33
@fullName Too Many Arguments
44
@description
5+
6+
This error occurs when specifying too many arguments to a {@link api/ngResource.$resource `$resource`} action, such as `get`, `query` or any user-defined custom action.
7+
These actions may take up to 4 arguments.
8+
9+
For more information, refer to the {@link api/ngResource.$resource `$resource`} API reference documentation.

0 commit comments

Comments
 (0)