1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

Move footer to its own submodule.

This commit is contained in:
Kevan Ahlquist 2014-11-12 11:04:04 -06:00
parent 07183e20f1
commit 20b7e16ed4
6 changed files with 12 additions and 11 deletions

View file

@ -38,6 +38,7 @@
<script src="app/controllers.js"></script>
<!-- TODO: Add minification build step -->
<script src="app/components/masthead/mastheadController.js"></script>
<script src="app/components/footer/footerController.js"></script>
<script src="app/viewmodel.js"></script>
<!-- Fav and touch icons -->
@ -56,7 +57,7 @@
<div id="view" ng-view></div>
<div class="container-bottom"></div>
<div ng-include="template" ng-controller="StatusBarController"></div>
<div ng-include="template" ng-controller="FooterController"></div>
</div>