harbor/static/ng/resources/js/layout/log/log.controller.js

13 lines
179 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.layout.log')
.controller('LogController', LogController);
function LogController() {
}
})();