mirror of https://github.com/portainer/portainer
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
|
angular.module('masthead', [])
|
||
|
.controller('MastheadController', function($scope) {
|
||
|
$scope.template = 'app/components/masthead/masthead.html';
|
||
|
});
|