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

This example shows how to upload an image using angular-formly with the handy angular-base64-upload lib, a directive which takes file inputs and convert to an object with it's content in base64 format.

Also, the file input is completely whipped out and customized with bootstrap only using CSS, thanks to Cory LaViska and his awesome article.

The name of the file is later added with a single angular expression :-)


Live Preview!

Easy peasy (it'll work when you select an image, trust me).

Formly!

Form Data It may be big ...

{{vm.model | 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}}"