harbor/static/ng/resources/js/layout/index/index.module.js

8 lines
96 B
JavaScript
Raw Normal View History

2016-05-01 19:46:50 +02:00
(function() {
'use strict';
angular
.module('harbor.layout.index', []);
})();