@eform/ng-formio-builder
Version:
The Angular.js form builder component.
20 lines (19 loc) • 441 B
JavaScript
module.exports = [
function() {
return {
scope: {
component: '=',
formio: '=',
form: '=',
// # of items needed in the list before hiding the
// drag and drop prompt div
hideDndBoxCount: '=',
options: '='
},
restrict: 'E',
replace: true,
controller: 'formBuilderDnd',
templateUrl: 'formio/formbuilder/row.html'
};
}
];