docs(tutorial/step-12): correct file path

Fixed wrong file path:
- angular/angular-animate.js -> angular-animate/angular-animate.js, which meets the code in app/index.html

Closes #7168
This commit is contained in:
Amin Ogarrio
2014-04-20 07:17:59 -07:00
committed by Igor Minar
parent 79d9fd9d57
commit 050aae3ceb

View File

@@ -92,7 +92,7 @@ __`app/index.html`.__
...
<!-- required module to enable animation support in AngularJS -->
<script src="../bower_components/angular/angular-animate.js"></script>
<script src="../bower_components/angular-animate/angular-animate.js"></script>
<!-- for JavaScript Animations -->
<script src="js/animations.js"></script>