We use window.onerror to catch unhandled exceptions (to log them for the dev team, and display a friendly user alert). Recently we noticed that in Google Chrome, the error messa
This is a known problem in Chrome and has already been noticed by other people: https://github.com/angular/angular.js/issues/5568.
I don't think there is a workaround, but the bug is already reported: http://crbug.com/331971