mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 13:44:42 +00:00
parent
3cde777514
commit
40d351712e
1 changed files with 5 additions and 0 deletions
|
|
@ -2,3 +2,8 @@
|
||||||
@name ngResource:badargs
|
@name ngResource:badargs
|
||||||
@fullName Too Many Arguments
|
@fullName Too Many Arguments
|
||||||
@description
|
@description
|
||||||
|
|
||||||
|
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.
|
||||||
|
These actions may take up to 4 arguments.
|
||||||
|
|
||||||
|
For more information, refer to the {@link api/ngResource.$resource `$resource`} API reference documentation.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue