aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-09-19 14:11:37 +0100
committerPete Bacon Darwin2013-09-19 14:11:37 +0100
commitc20b569dbed686f743a092e286796266814f54c1 (patch)
tree16aaa4e2b1e0f241f5438cf9401bb408c4a5afa6
parent3b8b0eb1fb17114eed67b4543b18149b6efe6fec (diff)
downloadangular.js-c20b569dbed686f743a092e286796266814f54c1.tar.bz2
docs(FAQ): update jQuery compatibility
-rw-r--r--docs/content/misc/faq.ngdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc
index bea18c3f..e508019f 100644
--- a/docs/content/misc/faq.ngdoc
+++ b/docs/content/misc/faq.ngdoc
@@ -81,6 +81,9 @@ Yes, Angular can use {@link http://jquery.com/ jQuery} if it's present in your a
application is being bootstrapped. If jQuery is not present in your script path, Angular falls back
to its own implementation of the subset of jQuery that we call {@link api/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.
+
### What is testability like in Angular?