angular-rollbar icon indicating copy to clipboard operation
angular-rollbar copied to clipboard

angular-rollbar.js:24 Uncaught SyntaxError: Unexpected token u

Open SkyByteStudio opened this issue 9 years ago • 2 comments

Also, maybe not related to this issue, but there is a

"Uncaught Error: [$rootScope:inprog] $digest already in progress"

when using syntax like this:

app.factory('$exceptionHandler', function ($rollbar,$log) { return function (exception, cause) { $rollbar.error(exception, {cause: cause}); throw exception; }; });

SkyByteStudio avatar May 15 '15 13:05 SkyByteStudio

Same thing happening here as well

bramgiessen avatar Oct 20 '15 10:10 bramgiessen

Sorry, guys, I don't have time to investigate and fix this issue. But if anyone provides pull request for it, I'd be happy to merge it.

anotherpit avatar Oct 20 '15 11:10 anotherpit