harbor/static/ng/resources/js/layout/header/header.module.js
2016-04-15 01:50:10 +08:00

7 lines
83 B
JavaScript

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