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

Commit

Permalink
docs(misc/faq): note that jQuery 2.x currently doesn't work with angular
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt authored and btford committed Jun 3, 2014
1 parent b12bd05 commit 46a53b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/misc/faq.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ application is being bootstrapped. If jQuery is not present in your script path,
to its own implementation of the subset of jQuery that we call {@link angular.element jQLite}.

Due to a change to use `on()`/`off()` rather than `bind()`/`unbind()`, Angular 1.2 only operates with
jQuery 1.7.1 or above.
jQuery 1.7.1 or above. However, Angular does not currently support jQuery 2.x or above.


### What is testability like in Angular?
Expand Down

0 comments on commit 46a53b2

Please sign in to comment.