Complementary information about Easy Form Generator ==== ##Introduction `Easy Form Generator` is simply some kind `nice and pleasant UI` over super powerfull `angular formly`. To sum up **very very fast and simple**, `angular formly` is a directive that renders forms from JSON models: - 1 model for field description - could be called `fieldsModel` - 1 model for data (what user enters in form inputs) - could be called `dataModel` ##angular formly: Displaying any form just require this html: ```html
``` You may notice: - `vm.model` = data model (*will be filled when input are filled*) - `vm.fields` = fields description model And to customize submit and cancel button text: - `vm.buttons.submit` (*a simple string*) - `vm.buttons.cancel` (*a simple string*) *More information about angular formly: [formly website](http://angular-formly.com).* ##Easy form generator role Remember `vm.fields` is the model that describe all the form. How does it look like? Something like that: ```javascript [ { "template": "