I need to pass an array of object from my Angular application to a .Net web service with Nancy framework.
I tried this :
function TestCtrl($scope, $
you can use $httpParamSerializer or $httpParamSerializerJQLike
$http( url: 'myURL', method: "POST", data: $httpParamSerializer(data), )