This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
There is no way to get XHR statusText in $http error callback. Currently this only returns status(number - statusCode).
It would be really helpful to get status text to display the server error message in the browser.
Like examples,
404 - Resource not found
400 - User ID already exists