It looks like when you send off a request using the $http service, the referer header is set to the base url without the angular $location information.
How do you go about appending the $location.path() to that header for all requests?
Our API calls will log that referer header when an error occurs; however, it would be very helpful if we could store the user's actual location ("stackoverflow.com/#/question/1234" opposed to just "stackoverflow.com/")