jimrhoskins / ngmodules.org

Angular Modules Website
http://ngmodules.org
81 stars 11 forks source link

Invalid Argument Error in IE11 #54

Open trevorbest opened 9 years ago

trevorbest commented 9 years ago

I got this working fine in FF & Chrome, but in IE as soon as I try to drag it generates the error "Invalid Argument" on line 88 ( evt.dataTransfer.setData('text/html', null); //FF/jQuery fix).

I tried commenting out the line but that then gives no error but no drag either.