UNPKG

lindat-common

Version:

Common Lindat Theme (header and footer)

8 lines (7 loc) 184 B
/* @ngInject */ module.exports = function LindatFooterDirective() { return { restrict: 'AE', template: require('../partials/footer.html?{lang: "en", angular: true}') }; };