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

7 lines
113 B
JavaScript

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