mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 22:09:41 +02:00
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
|
angular.module('masthead', [])
|
||
|
.controller('MastheadController', function($scope) {
|
||
|
$scope.template = 'app/components/masthead/masthead.html';
|
||
|
});
|