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

Commit c20b569

Browse files
docs(FAQ): update jQuery compatibility
1 parent 3b8b0eb commit c20b569

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/misc/faq.ngdoc

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ Yes, Angular can use {@link http://jquery.com/ jQuery} if it's present in your a
8181
application is being bootstrapped. If jQuery is not present in your script path, Angular falls back
8282
to its own implementation of the subset of jQuery that we call {@link api/angular.element jQLite}.
8383

84+
Due to a change to use `on()`/`off()` rather than `bind()`\`unbind()`, Angular 1.2 only operates with
85+
jQuery 1.7.1 or above.
86+
8487

8588
### What is testability like in Angular?
8689

0 commit comments

Comments
 (0)