aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/jqLite/onargs.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/error/jqLite/onargs.ngdoc')
-rw-r--r--docs/content/error/jqLite/onargs.ngdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/content/error/jqLite/onargs.ngdoc b/docs/content/error/jqLite/onargs.ngdoc
new file mode 100644
index 00000000..34a96b3a
--- /dev/null
+++ b/docs/content/error/jqLite/onargs.ngdoc
@@ -0,0 +1,8 @@
+@ngdoc error
+@name jqLite:onargs
+@fullName Invalid jqLite#on() Parameters
+@description
+
+This error occurs when trying to pass too many arguments to `jqLite#on`. Note
+that `jqLite#on` does not support the `selector` or `eventData` parameters as
+jQuery does.