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

Commit c139e68

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_12.ngdoc

Lines changed: 1 addition & 1 deletion
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)