mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-10 22:44:01 +08:00
docs(misc/faq): note that jQuery 2.x currently doesn't work with angular
This commit is contained in:
committed by
Brian Ford
parent
3ffbf202ce
commit
2fcbd39d0b
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user