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

This is an example of using angular-formly with angular-translate to internationalize your forms. This example demonstrates dynamic i18n using expressionProperties. If you don't need a dynamic solution (language doesn't change after the app has started up, simply omit the expressionProperties in the example.

Lets say this is part of navbar


Model Value

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