Skip to content

Commit

Permalink
Refactored AngularJS controllers structure, to match with ExpressJS s…
Browse files Browse the repository at this point in the history
…tructure.
  • Loading branch information
Kevin Wolf committed Jun 4, 2013
1 parent 972c925 commit 62a2f7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ <h2 ng-show="loading">Loading...</h2>

<script src="scripts/common/directives/TreeDirective.js"></script>
<script src="scripts/common/directives/MarkdownDirective.js"></script>
<script src="scripts/guide/services/GuideService.js"></script>
<script src="scripts/guide/controllers/GuideCtrl.js"></script>
<script src="scripts/guide/GuideService.js"></script>
<script src="scripts/guide/GuideController.js"></script>
<!-- endbuild -->
</body>

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 62a2f7f

Please sign in to comment.