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

7 lines
83 B
JavaScript

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