aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/ngResource/badargs.ngdoc
blob: c5f892075ae62a5f01ef6c68d3bfb17c8d1ada62 (plain)
1
2
3
4
5
6
7
8
9
@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.