mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
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
7 lines
No EOL
240 B
Text
7 lines
No EOL
240 B
Text
@ngdoc error
|
|
@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. |