Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ae826b0

Browse files
docs(angular.element): clarify when jquery must be loaded for Angular to use it
Closes #3716
1 parent 2ea23e0 commit ae826b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jqLite.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* Angular to manipulate the DOM in a cross-browser compatible way. **jqLite** implements only the most
4040
* commonly needed functionality with the goal of having a very small footprint.</div>
4141
*
42-
* To use jQuery, simply load it before `DOMContentLoaded` event fired.
42+
* To use `jQuery`, simply ensure it is loaded before the `angular.js` file.
4343
*
4444
* <div class="alert">**Note:** all element references in Angular are always wrapped with jQuery or
4545
* jqLite; they are never raw DOM references.</div>

0 commit comments

Comments
 (0)