mperdeck/JSNLog.AngularJS

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

Opened this issue · 1 comments

Hi Matt,
Thank you very much for the wonderful libraries. There are really the best. With angularjs 1.5.3, the logging to server works, however, I receive error:
Error: [$rootScope:inprog] $digest already in progress
Can you please help me?
thx
--lola

I am also encountering this problem. It seems as though Angular used to recommend throwing an exception after your exception handling code is run (angular/angular.js#14704). But now they have changed their recommendation (angular/angular.js@f82eba8).