You are setting the content type as application/json and I don't see where 
you're translating from JSON to a java object server side.  

The payload from angular isn't going to come as a parameter, you're going 
to have to pull the payload, use something like jackson to go from JSON to 
java object, and then pass it down to your database calls. 

You also have issues with case sensitivity. 

Jamie

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to