You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Can you please help? I am trying to implement the filesaver, but can't get it working. Nothing happens when I click the Download button.
I have the following defined in my index.html :
@eugenevk, it looks like the issue is related to mixing "attach to $scope" style with controller as syntax. Either remove the controller as syntax from your view or modify your controller so that it properly implements the controller as syntax.
P.S: There is no need to include angular-file-saver.js if angular-file-saver.bundle.js is included already. angular-file-saver.bundle.js = angular-file-saver.js + polyfills (Blob.js, FileSaver.js)
Hi,
Can you please help? I am trying to implement the filesaver, but can't get it working. Nothing happens when I click the Download button.
I have the following defined in my index.html :
The textarea in index.html looks as follows:
The app.js is as follows:
The text was updated successfully, but these errors were encountered: