aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorKen Sheedlo2013-08-08 10:59:46 -0700
committerIgor Minar2013-08-08 11:19:25 -0700
commit40d351712ed8bd211fb1eae9211440b280b2f2c0 (patch)
treeaea00427fb2069ea81acd99f822568dd8f9586d9 /docs/content
parent3cde777514357eab54e39c126a29f1f7dcbb81af (diff)
downloadangular.js-40d351712ed8bd211fb1eae9211440b280b2f2c0.tar.bz2
docs(minerr): add description for ngResource:badargs
Closes #3510
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/error/ngResource/badargs.ngdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/content/error/ngResource/badargs.ngdoc b/docs/content/error/ngResource/badargs.ngdoc
index 9686f7a3..c5f89207 100644
--- a/docs/content/error/ngResource/badargs.ngdoc
+++ b/docs/content/error/ngResource/badargs.ngdoc
@@ -2,3 +2,8 @@
@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.