asafdav / ng-csv

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

Fixes downloads on ionic (non-native). #121

Closed skoczen closed 8 years ago

skoczen commented 8 years ago

Hey there,

This fixes up exports on ionic (for sure in non-native apps). It adds a wrapping tag to disable ionic's tap-handling which should be backwards-compatible with existing pages.

Fixes #103 .

Let me know if you need anything else, and thanks for the great plugin!

asafdav commented 8 years ago

Badass! I will release a new version soon, thank you so much !

skoczen commented 8 years ago

Awesome - thanks for the quick turnaround! Know it's not easy from the projects I manage. Great job on this one!