UNPKG

@eform/ng-formio-builder

Version:

The Angular.js form builder component.

14 lines (13 loc) 374 B
/** * Create the form-builder-component directive. * Extend the formio-component directive and change the template. */ module.exports = [ 'formioComponentDirective', function(formioComponentDirective) { return angular.extend({}, formioComponentDirective[0], { scope: false, templateUrl: 'formio/formbuilder/component.html' }); } ];