Skip to content

Commit 45fed49

Browse files
jmpalaciosbtford
authored andcommitted
docs(tutorial/step_12): clarify that jQuery should be loaded first
jQuery needs to be loaded before *all* AngularJS modules in the app, because otherwise AngularJS will not detect the presence of jQuery and animations will not work as expected.
1 parent d3c50c8 commit 45fed49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/tutorial/step_12.ngdoc

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ __`app/index.html`.__
105105

106106
<div class="alert alert-error">
107107
**Important:** Be sure to use jQuery version `1.10.x`. AngularJS does not yet support jQuery `2.x`.
108+
Be sure to load jQuery before all AngularJS scripts, otherwise AngularJS won't detect jQuery and
109+
animations will not work as expected.
108110
</div>
109111

110112
Animations can now be created within the CSS code (`animations.css`) as well as the JavaScript code (`animations.js`).

0 commit comments

Comments
 (0)