aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/ngResource/badargs.ngdoc
diff options
context:
space:
mode:
authorKen Sheedlo2013-08-09 11:14:37 -0700
committerIgor Minar2013-08-09 14:12:04 -0700
commit45dc9ee7b4a1e004f9fb7edde41d4805d1402ffa (patch)
treea89e5e4eb46c156a7593901a61eb332595e4be96 /docs/content/error/ngResource/badargs.ngdoc
parentf078762d48d0d5d9796dcdf2cb0241198677582c (diff)
downloadangular.js-45dc9ee7b4a1e004f9fb7edde41d4805d1402ffa.tar.bz2
style(minerr): prefer component name as namespace
Closes #3527
Diffstat (limited to 'docs/content/error/ngResource/badargs.ngdoc')
-rw-r--r--docs/content/error/ngResource/badargs.ngdoc9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/content/error/ngResource/badargs.ngdoc b/docs/content/error/ngResource/badargs.ngdoc
deleted file mode 100644
index c5f89207..00000000
--- a/docs/content/error/ngResource/badargs.ngdoc
+++ /dev/null
@@ -1,9 +0,0 @@
-@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.