mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
9 lines
402 B
Text
9 lines
402 B
Text
@ngdoc error
|
|
@name ngResource:badargs
|
|
@fullName Too Many Arguments
|
|
@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.
|