Could anyone tell me why the following statement does not send the post data to the designated url? The url is called but on the server when I print $_POST - I get an empty
To build on @felipe-miosso's answer:
Add it to your application:
var app = angular.module('my_app', [ ... , 'httpPostFix']);