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

Commit

Permalink
Fixes #136 Split up minion-admin.js into smaller modules
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Sep 5, 2013
1 parent 5c65272 commit 5de2798
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 394 deletions.
6 changes: 4 additions & 2 deletions minion/frontend/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
<script src="static/js/angular-resource.js"></script>
<script src="static/js/bootstrap.js"></script>
<script src="static/js/ui-bootstrap-tpls-0.3.0.js"></script>
<script src="static/js/minion/admin/sites.js"></script>
<script src="static/js/minion/admin/groups.js"></script>
<script src="static/js/minion/admin/invites.js"></script>
<script src="static/js/minion/admin/plans.js"></script>
<script src="static/js/minion/admin/plugins.js"></script>
<script src="static/js/minion/admin/sites.js"></script>
<script src="static/js/minion/admin/users.js"></script>
<script src="static/js/minion-main.js"></script>
<script src="static/js/minion-admin.js"></script>
</head>

<body ng-Controller="MinionController">
Expand Down
Loading

0 comments on commit 5de2798

Please sign in to comment.