2013-07-13 00:42:27 +00:00
|
|
|
@ngdoc error
|
|
|
|
|
@name jqLite:nosel
|
|
|
|
|
@fullName Unsupported Selector Lookup
|
|
|
|
|
@description
|
2013-08-01 21:52:48 +00:00
|
|
|
|
2013-10-18 02:25:08 +00:00
|
|
|
In order to keep Angular small, Angular implements only a subset of the selectors in {@link api/angular.element#description_angulars-jqlite jqLite}.
|
2013-08-01 21:52:48 +00:00
|
|
|
This error occurs when a jqLite instance is invoked with a selector other than this subset.
|
|
|
|
|
|
|
|
|
|
In order to resolve this error, rewrite your code to only use tag name selectors and manually traverse the DOM using the APIs provided by jqLite.
|
|
|
|
|
|
|
|
|
|
Alternatively, you can include a full version of jQuery, which Angular will automatically use and that will make all selectors available.
|