mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
Move footer to its own submodule.
This commit is contained in:
parent
07183e20f1
commit
20b7e16ed4
6 changed files with 12 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
angular.module('masthead', [])
|
||||
.controller('MastheadController', function($scope) {
|
||||
.controller('MastheadController', ['$scope', function($scope) {
|
||||
$scope.template = 'app/components/masthead/masthead.html';
|
||||
});
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue