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