I don't want $exceptionHandler to handle any exceptions - I want them to propegate up to the browser (primarily for IE testing in Visual Studio).
I'd tried overriding $exceptionHandler and simply rethrowing the error, which gives me the 10 iterations of $digest error (which makes sense).
How do I shut it off completely?
EDIT
Unfortunately rethrowing the error doesn't solve the issue - IE only knows the error from the rethrow and not from source.