Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c95e38c

Browse files
robhrt7petebacondarwin
authored andcommitted
docs(tutorial/12): fix path to jquery in bower
Closes #10504
1 parent a3c3bf3 commit c95e38c

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
@@ -97,7 +97,7 @@ __`app/index.html`.__
9797
...
9898

9999
<!-- jQuery is used for JavaScript animations (include this before angular.js) -->
100-
<script src="bower_components/jquery/jquery.js"></script>
100+
<script src="bower_components/jquery/dist/jquery.js"></script>
101101

102102
...
103103

0 commit comments

Comments
 (0)