Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fcbd39

Browse files
RichardLittbtford
authored andcommitted
docs(misc/faq): note that jQuery 2.x currently doesn't work with angular
1 parent 3ffbf20 commit 2fcbd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/misc/faq.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ application is being bootstrapped. If jQuery is not present in your script path,
8282
to its own implementation of the subset of jQuery that we call {@link angular.element jQLite}.
8383

8484
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.
85+
jQuery 1.7.1 or above. However, Angular does not currently support jQuery 2.x or above.
8686

8787

8888
### What is testability like in Angular?

0 commit comments

Comments
 (0)