kelp404 / angular-form-builder

Drag and drop to build bootstrap forms in AngularJS.
http://kelp404.github.io/angular-form-builder/
MIT License
599 stars 340 forks source link

how to render form with json data ??? #87

Open vishalpachpande opened 8 years ago

hueitan commented 8 years ago

Is this the json data you mention?

https://github.com/kelp404/angular-form-builder/blob/master/example/demo.coffee#L22-L70

CosticaPuntaru commented 8 years ago

that is an array, the component uses values.join on your field if you need complex objects you can't use inputArray[1]

nhokgames1 commented 7 years ago

@CosticaPuntaru can you show me how ?