Retrieve input file file with Angular Js

1

I need to create an object with the data of a form and I do not know what to do with the input type="file". Is there any ready-made ng-model directive that retrieves the file from an input type="file" with Angular Js?

    
asked by anonymous 20.07.2015 / 12:46

1 answer

1

There is, see this directive: link

There is a preview here: link

    
21.07.2015 / 21:59