I have a couple of apps that make $http.get() calls and I wanted to be able to show a nicely formatted error message with ugly error details hidden, but accessible. Basically, this:
And then if the user clicks on the error, they see more info:
Simple stuff. Since the exact same potential error can appear in the […]