We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a22f8 commit 148a20aCopy full SHA for 148a20a
src/jqLite.js
@@ -39,7 +39,7 @@
39
* Angular to manipulate the DOM in a cross-browser compatible way. **jqLite** implements only the most
40
* commonly needed functionality with the goal of having a very small footprint.</div>
41
*
42
- * To use jQuery, simply load it before `DOMContentLoaded` event fired.
+ * To use `jQuery`, simply ensure it is loaded before the `angular.js` file.
43
44
* <div class="alert">**Note:** all element references in Angular are always wrapped with jQuery or
45
* jqLite; they are never raw DOM references.</div>
0 commit comments