Can someone help me? I am using $http.post and posting the data as a json object to my Java servlet residing in tomcat. When i parse my parameters using getParameter, it returns only NULL.
The request is successful if i use $.ajax post. I am using $http.post because i need to use the $scope object in my call back