angular/angular.js

View on GitHub
docs/content/error/$resource/badargs.ngdoc

Summary

Maintainability
Test Coverage
@ngdoc error
@name $resource:badargs
@fullName Too Many Arguments
@description

This error occurs when specifying too many arguments to a {@link 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 ngResource.$resource `$resource`} API reference documentation.