harbor/static/ng/resources/js/components/details/details.module.js

10 lines
124 B
JavaScript

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