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

Description
I have a $http.post with very normal looking parameters:
http://pastebin.com/VhDX5CuG
However the actual request seems to just be queued and isn't processed until I actually make another $http.get request. I can force it to be processed by calling $scope.$apply() but that doesn't seem right.
This is on 1.1.5.