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