mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-16 02:33:09 +00:00
docs(tutorial/step12): fix callout formatting
This commit is contained in:
parent
6df2b8a968
commit
b103fae8c7
1 changed files with 1 additions and 2 deletions
|
|
@ -384,8 +384,7 @@ your own JavaScript animation library is beyond the scope of this tutorial. For
|
||||||
`jQuery.animate`, see the {@link http://api.jquery.com/animate/ jQuery documentation}.
|
`jQuery.animate`, see the {@link http://api.jquery.com/animate/ jQuery documentation}.
|
||||||
|
|
||||||
<div class="alert alert-error">
|
<div class="alert alert-error">
|
||||||
<h4>Important:</h4>
|
**Important:** Be sure to use jQuery version `1.10.x`. AngularJS does not yet support jQuery `2.x`.
|
||||||
Be sure to use jQuery version `1.10.2`. AngularJS does not yet support jQuery `2.x`.
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
The `addClass` and `removeClass` callback functions are called whenever an a class is added or removed
|
The `addClass` and `removeClass` callback functions are called whenever an a class is added or removed
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue