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.
This commit is contained in:
Juan Manuel Palacios
2014-06-01 16:49:54 -04:30
committed by Brian Ford
parent d9317cde4f
commit b306babe29

View File

@@ -105,6 +105,8 @@ __`app/index.html`.__
<div class="alert alert-error">
**Important:** Be sure to use jQuery version `1.10.x`. AngularJS does not yet support jQuery `2.x`.
Be sure to load jQuery before all AngularJS scripts, otherwise AngularJS won't detect jQuery and
animations will not work as expected.
</div>
Animations can now be created within the CSS code (`animations.css`) as well as the JavaScript code (`animations.js`).