as described here: What is "traditional style of param serialization' in JQuery and here: passing array from javascript to controller MVC 4
jQuery ajax function has the option of changing how objects are serialized before being sent to server using traditional = true
. This is useful for sending an array of objects to the server.
Is there a similar option in angular's $http
directive?