shuyu / angular-material-fileinput

A Html input file enhance base on angular material to file input or file upload.
MIT License
156 stars 74 forks source link

Not working in Firefox +angular 1.6 angular material 1.1.1 #57

Closed pgrisafi closed 7 years ago

pgrisafi commented 7 years ago

In chrome no problem

In ff the dialog is never open, because

var elFileinput = event.target.children[2];

elFileinput is always undefined but using angular 1.5.9 it works! (angular 1.6 keeps breaking my stuff!)

elephantsy commented 7 years ago

I had the same issues and based on the Live Demo the solution appears to be using angular 1.5.0

shuyu commented 7 years ago

Hi ! I just fixed it on version 1.5.0. If still not work please let me know. Thanks !!

pgrisafi commented 7 years ago

Sorry abut the delay, seems to be working just fine.