mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-02 22:37:07 +08:00
10 lines
401 B
Plaintext
10 lines
401 B
Plaintext
@ngdoc error
|
|
@name $resource: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.
|