angular-file-saver
angular-file-saver copied to clipboard
Correction of readme.md
I just correct the readme. You don't need to declare Blop, if you do you will have an injection error, Cheers
Why is that? Isn't Blob an Angular service?
I guess Blob is a javascript object http://www.javascripture.com/Blob
Yes, but it's not available on every browsers so we need to inject Blob polyfill
I got an injection error when I did it. The only way to make it work was to take out in the dependencies injection.
Load dist/angular-file-saver.bundle.js then you are good.