From e4b6a1eaa4a432b0082c7abbff8f4bb169cf846e Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Thu, 1 Aug 2013 15:11:10 -0700 Subject: docs(minerr): fill in error message descriptions Errors I've documented so far: - `$injector:cdep` - `$injector:itkn` - `$injector:modulerr` - `$injector:nomod` - `$injector:pget` - `$injector:unpr` - `ng:areq` - `ng:cpi` - `ng:cpws` - `ngModel:noass` Closes #3430 --- docs/content/error/jqLite/off_args.ngdoc | 3 +++ docs/content/error/jqLite/on_args.ngdoc | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'docs/content/error/jqLite') diff --git a/docs/content/error/jqLite/off_args.ngdoc b/docs/content/error/jqLite/off_args.ngdoc index 88a981e3..04147242 100644 --- a/docs/content/error/jqLite/off_args.ngdoc +++ b/docs/content/error/jqLite/off_args.ngdoc @@ -2,3 +2,6 @@ @name jqLite:off_args @fullName Invalid jqLite#off() parameter @description + +This error occurs when trying to pass too many arguments to `jqLite#off`. Note +that `jqLite#off` does not support namespaces or selectors like jQuery. \ No newline at end of file diff --git a/docs/content/error/jqLite/on_args.ngdoc b/docs/content/error/jqLite/on_args.ngdoc index 974f20a8..cba1e530 100644 --- a/docs/content/error/jqLite/on_args.ngdoc +++ b/docs/content/error/jqLite/on_args.ngdoc @@ -2,3 +2,7 @@ @name jqLite:on_args @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. -- cgit v1.2.3