mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
4 lines
163 B
JavaScript
4 lines
163 B
JavaScript
angular.module('masthead', [])
|
|
.controller('MastheadController', ['$scope', function($scope) {
|
|
$scope.template = 'app/components/masthead/masthead.html';
|
|
}]);
|