this is what i tried,
var items = [{a:1,b:2},{a:3,b:5}];
$http.put("/url",{data:items}).then(function(response){
....
....
});
What i am getting in server is
params: { invtransactionserviceData: [ [Object] ] } }
where this goes wrong ?