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

This demonstrates using formly-form inside of a template in order to accomplish repeating fields. It also uses formly-field inside of a template in order to accomplish an advanced layout.


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}}"