From fbc5cf514bea49f12c1ff1ff331c7cf54e92b670 Mon Sep 17 00:00:00 2001
From: Elwin Arens
Date: Tue, 26 Nov 2013 22:54:38 +0100
Subject: docs(tutorial/step-12): fix refernce to incorrect jquery version
Closes #5156
---
docs/content/tutorial/step_12.ngdoc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'docs/content/tutorial')
diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc
index bd4333e4..1fabfd1c 100644
--- a/docs/content/tutorial/step_12.ngdoc
+++ b/docs/content/tutorial/step_12.ngdoc
@@ -43,7 +43,7 @@ __`app/index.html`.__
...
-
+
@@ -56,6 +56,10 @@ __`app/index.html`.__
...
+
+ **Important:** Be sure to use jQuery version `1.10.x`. AngularJS does not yet support jQuery `2.x`.
+
+
Animations can now be created within the CSS code (`animations.css`) as well as the JavaScript code (`animations.js`).
But before we start, let's create a new module which uses the ngAnimate module as a dependency just like we did before
with `ngResource`.
@@ -383,10 +387,6 @@ isn't required to do JavaScript animations with AngularJS, but we're going to us
your own JavaScript animation library is beyond the scope of this tutorial. For more on
`jQuery.animate`, see the {@link http://api.jquery.com/animate/ jQuery documentation}.
-
- **Important:** Be sure to use jQuery version `1.10.x`. AngularJS does not yet support jQuery `2.x`.
-
-
The `addClass` and `removeClass` callback functions are called whenever an a class is added or removed
on the element that contains the class we registered, which is in this case `.phone`. When the `.active`
class is added to the element (via the `ng-class` directive) the `addClass` JavaScript callback will
--
cgit v1.2.3