chore(errors): rename folders to match namespaces

This commit is contained in:
Peter Bacon Darwin
2014-02-16 22:02:31 +00:00
parent 49f90e559e
commit 33e1bdc543
45 changed files with 0 additions and 0 deletions

View 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.