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

docs(angular.element): add a note explaining that this is a selector … #13113

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/jqLite.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
* <div class="alert">**Note:** all element references in Angular are always wrapped with jQuery or
* jqLite; they are never raw DOM references.</div>
*
* <div class="alert">**Note:** Keep in mind that this function is just a selector, it will
* not find elements by tag name for you. Try instead `angular.element(document).find()`
* or `$document.find()`</div>
*
* ## Angular's jqLite
* jqLite provides only the following jQuery methods:
*
Expand Down