angular-form-builder icon indicating copy to clipboard operation
angular-form-builder copied to clipboard

Drag and drop to build bootstrap forms in AngularJS.

Results 60 angular-form-builder issues
Sort by recently updated
recently updated
newest added

Hi, First of all Thank you for this project. Its very nice and I am now using this form builder in an application. I have build a form for user...

When we are using the form we created (in my case I am displaying it in a modal) is there an easy way to set the values e.g. from a...

question

Hello, So I implemented the angular-form-builder like a CRUD, to save and edit forms. The question is when i go to "builder screen", and save or cancel data and back...

Hello, Form save to the database fine but when i retrieve form and add new component into form it give an error. Basically it reject when i drop component to...

New to AngularJS application. I downloaded this project but failing to make it up and running. Any steps around the same would be helpful !

I have this kind of data in mongodb, ``` json var q = { "_id": "5604f521c25fa455c8b574bd", "user": {"_id": "5604e3b2103796a25e4045e8", "displayName": "User"}, "catalog": "5604e3df103796a25e4045ea", "__v": 0, "created": "2015-09-25T07:17:53.610Z", "elements": [{ "id":...

Hi , Some time my form builder edit option popover window does not get open and clicked input box flicker a bit.is i am missing something ?

With the following template, how can I get the button click to fire inside my controller scope? ``` {{label}} {{description}} ```

If am putting code as a sub directory in my project directory(http://localhost/example.com/index.php#angular-form-builder) then its not showing the form builder.

Hi, In my use case, I need to create several fb-builder's which are arranged in tabs like this http://cl.ly/Xm3j so that an admin user can build the form and get...