Skip to content

Commit 219648f

Browse files
aminRXIgorMinar
authored andcommitted
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 angular#7168
1 parent 6ab7add commit 219648f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_12.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ __`app/index.html`.__
9292
...
9393

9494
<!-- required module to enable animation support in AngularJS -->
95-
<script src="../bower_components/angular/angular-animate.js"></script>
95+
<script src="../bower_components/angular-animate/angular-animate.js"></script>
9696

9797
<!-- for JavaScript Animations -->
9898
<script src="js/animations.js"></script>

0 commit comments

Comments
 (0)