angular-form-builder
angular-form-builder copied to clipboard
Drag and drop to build bootstrap forms in AngularJS.
Dears, i want to use angular-form-builder in my project .. while i'm using rails. how to implement the saving of the form and saving the data submitted in that created...
Can I have a component that should exists only one time in form, for example when dragged from component palette and dropped into form it will be exists only on...
Thanks for this great module! Could you create a new tag and bump the version in `bower.json` for the latest version? This would allow support for Angular 1.3.x, since https://github.com/kelp404/angular-form-builder/commit/3c20cd49878dd2f4ce6eb927bfe88ca52f5d0284...
I want to add this particular datepicker as html component in the form builder. http://xdsoft.net/jqplugins/datetimepicker/ I trying it in the render html form but its not working other wise it...
Hi. When hiding the form (for instance by ng-if) and then showing the form again, all user input values are lost. In my case, I need to let the user...
which function is called when click on the form builder component to show popover
Hello, Thanks for the amazing form builder. I was wondering if we can have nested sections in a form? For Instance, I want to create a component called a section....
How can I know number of fbcomponents in builder.
I want to create a secret component. 1. Don't show the component on component side. (which the component already register) 2. Using that component in the user filling form. (means...
Hi, I am trying to make directive based on form states, $dirty, $pristine. It seems that it doesn't work on normal fields. But using DatepickerUI custom form component it works....