const horizontalTemplate = `
`; export default angular .module('jsonforms-material.renderers.layouts.horizontal', []) .run(['$templateCache', $templateCache => { $templateCache.put('horizontal.html', horizontalTemplate); }]) .name;