angular-formly example: {{vm.exampleTitle}}

With angular-formly-bootstrap-templates, you can specify rows for the textarea type. You can also specify cols but that doesn't matter because the .form-control class will make the textarea have a width of 100% anyway.


Model

{{vm.model | json}}

Fields (note, functions are not shown)

{{vm.originalFields | json}}

Form

{{vm.form | json}}
This is an example for the angular-formly project made with ♥ by {{vm.author.name || 'anonymous'}} {{vm.author.name}}
This example is running angular version "{{vm.env.angularVersion}}" and formly version "{{vm.env.formlyVersion}}"