mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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}.
|
||||
|
||||
<div class="alert alert-error">
|
||||
<h4>Important:</h4>
|
||||
Be sure to use jQuery version `1.10.2`. AngularJS does not yet support jQuery `2.x`.
|
||||
**Important:** Be sure to use jQuery version `1.10.x`. AngularJS does not yet support jQuery `2.x`.
|
||||
</div>
|
||||
|
||||
The `addClass` and `removeClass` callback functions are called whenever an a class is added or removed
|
||||
|
|
|
|||
Loading…
Reference in a new issue