callbacks?
adventmedia opened this issue · 1 comments
adventmedia commented
How do I access the success and error callbacks using FileSaverService (not directive)?
cipchk commented
The error handling about FileSaverDirective is actually caused during the Http request process, and FileSaverService just encapsulates file-save
. You can do error handling for Http requests before calling FileSaverService.