danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

Add window object as that is the location of clipboardData in IE #1964

Open IanFelton opened 7 years ago

IanFelton commented 7 years ago

IE has clipboardData on the window object. See bug #1212 for details.

zollinger commented 6 years ago

This seems to fix the issue. What is needed for this to be merged?

gabskoro commented 6 years ago

Hey, @danialfarid any news on this one? :)

bbuhler commented 6 years ago

Maybe it's better to do the change in the file in src/ not in dist/ since this get's generated with grunt.