harbor/static/ng/resources/js/log/log.module.js

10 lines
117 B
JavaScript

(function() {
'use strict';
angular
.module('harbor.log', [
'harbor.services.log'
]);
})();