harbor/static/resources/js/layout/footer/footer.module.js

8 lines
95 B
JavaScript

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