docs(tutorial/12): fix path to jquery in bower

Closes #10504
This commit is contained in:
Robert Haritonov
2014-12-17 17:33:14 +01:00
committed by Peter Bacon Darwin
parent a3c3bf3332
commit c95e38c603

View File

@@ -97,7 +97,7 @@ __`app/index.html`.__
...
<!-- jQuery is used for JavaScript animations (include this before angular.js) -->
<script src="bower_components/jquery/jquery.js"></script>
<script src="bower_components/jquery/dist/jquery.js"></script>
...