mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 03:21:08 +00:00
docs(misc/faq): fix invalid escaping of character
Backslash is acting as escape character so text is not properly formatted. Closes #4923
This commit is contained in:
parent
c07f1e1c9f
commit
9e5cd92fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ 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
|
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}.
|
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
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue