mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-03 23:10:31 +00:00
docs(FAQ): update jQuery compatibility
This commit is contained in:
parent
3b8b0eb1fb
commit
c20b569dbe
1 changed files with 3 additions and 0 deletions
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue