We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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; }; });
The text was updated successfully, but these errors were encountered:
Same thing happening here as well
Sorry, something went wrong.
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.
No branches or pull requests
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;
};
});
The text was updated successfully, but these errors were encountered: