blob: 34a96b3a0567a437462cd7f2ed91b7021a306a4e (
plain)
1
2
3
4
5
6
7
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.
|