Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #42 from millette/master
Browse files Browse the repository at this point in the history
Fixed angular component path
  • Loading branch information
sindresorhus committed Feb 15, 2013
2 parents e054b4d + 61d3b19 commit 4f097c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Add your site or application content here -->
<div class="container" ng-view></div>

<script src="components/AngularJS/angular.js"></script><% if (resourceModule) { %>
<script src="components/angular/angular.js"></script><% if (resourceModule) { %>
<script src="components/angular-resource/angular-resource.js"></script><% } %><% if (cookiesModule) { %>
<script src="components/angular-cookies/angular-cookies.js"></script><% } %><% if (sanitizeModule) { %>
<script src="components/angular-sanitize/angular-sanitize.js"></script><% } %>
Expand Down

0 comments on commit 4f097c0

Please sign in to comment.