mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-13 22:39:59 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user