asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

tests are broken #162

Open jnelson opened 8 years ago

jnelson commented 8 years ago

The tests currently do not complete under the default test configuration (PhantomJS) due to a broken dependency on Function.prototype.bind, which must be polyfilled in PhantomJS 1.x.

jnelson commented 8 years ago

Fix at #163