mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-28 21:05:43 +08:00
chore(errors): rename folders to match namespaces
This commit is contained in:
9
docs/content/error/$resource/badargs.ngdoc
Normal file
9
docs/content/error/$resource/badargs.ngdoc
Normal file
@@ -0,0 +1,9 @@
|
||||
@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.
|
||||
Reference in New Issue
Block a user