how to pass arraylist to $http.get(url, data) in AngularJS
var data= $.param({
arra[]
});
$http.get(url, data)
.success(data, status, headers, config)
.error(data, status, headers, config);
how to passs the array to the url ?
and handle in c#
please help me....