From 2fcbd39d0be97dba8a592b2040924abc4c1ecb59 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Sat, 31 May 2014 14:55:33 -0700 Subject: [PATCH] docs(misc/faq): note that jQuery 2.x currently doesn't work with angular --- docs/content/misc/faq.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc index 1da9af06..9b14d1c9 100644 --- a/docs/content/misc/faq.ngdoc +++ b/docs/content/misc/faq.ngdoc @@ -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?