harbor/static/ng/resources/js/layout/index/index.module.js
2016-05-02 01:46:50 +08:00

8 lines
96 B
JavaScript

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