danialfarid / ng-file-upload

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

Transclusion breaks ng-file-upload #1954

Open fredrikholm opened 7 years ago

fredrikholm commented 7 years ago

When wrapping the drop area in a directive with transclusion the upload functionality stops working. Check this JSFiddle: http://jsfiddle.net/atfz7cc0/

It seems that something in ng-file-upload cannot handle being "transcluded"...?

neekersMF commented 6 years ago

I wonder what version this broke