mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 07:50:22 +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
8 lines
258 B
Text
8 lines
258 B
Text
@ngdoc error
|
|
@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.
|