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
I hope I'm missing something blatantly obvious. But I installed 1.1.1 with bower and included ngFileSaver as a dependency in my app. Then, I get this error in Chrome: Uncaught SyntaxError: Unexpected token ( angular-file-saver.bundle.js:11
And this one in Firefox: SyntaxError: function statement requires a name angular-file-saver.bundle.js:13:17
I've not encountered this kind of issue when including any other package before so thought I would ask to be sure. And the line numbers are one off from the source because all js files are wrapped in a function() {} as a part of the build process.
Thanks!
The text was updated successfully, but these errors were encountered:
Could well be some quirks specific to my project that's interfering, if no one else is having the same issue. I'm okay using 1.0.3 for now. But thanks for looking into it!
I hope I'm missing something blatantly obvious. But I installed 1.1.1 with bower and included
ngFileSaver
as a dependency in my app. Then, I get this error in Chrome:Uncaught SyntaxError: Unexpected token ( angular-file-saver.bundle.js:11
And this one in Firefox:
SyntaxError: function statement requires a name angular-file-saver.bundle.js:13:17
I've not encountered this kind of issue when including any other package before so thought I would ask to be sure. And the line numbers are one off from the source because all js files are wrapped in a
function() {}
as a part of the build process.Thanks!
The text was updated successfully, but these errors were encountered: