This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
@fullName Unsupported Selector Lookup
4
4
@description
5
5
6
- In order to keep AngularJS small, AngularJS implements only a subset of the selectors in {@link angular.element#angular -s-jqlite jqLite}.
6
+ In order to keep AngularJS small, AngularJS implements only a subset of the selectors in {@link angular.element#angularjs -s-jqlite jqLite}.
7
7
This error occurs when a jqLite instance is invoked with a selector other than this subset.
8
8
9
9
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.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ for how to contribute your own code to AngularJS.
12
12
13
13
14
14
1. {@link misc/contribute#installing-dependencies Installing Dependencies}
15
- 2. {@link misc/contribute#forking-angular -on-github Forking AngularJS on Github}
15
+ 2. {@link misc/contribute#forking-angularjs -on-github Forking AngularJS on Github}
16
16
3. {@link misc/contribute#building-angularjs Building AngularJS}
17
17
4. {@link misc/contribute#running-a-local-development-web-server Running a Local Development Web Server}
18
18
5. {@link misc/contribute#running-the-unit-test-suite Running the Unit Test Suite}
You can’t perform that action at this time.
0 commit comments