标签: javascript angularjs restangular
我想从ResultSet result方法发送带有其他参数的几个id。这是我的方法但不起作用:
ResultSet result
customGET
由于
答案 0 :(得分:0)
我解决了'ids[]':发送数组的问题:
'ids[]':
Restangular.all('user').customGET('export/file',{param1:'test','ids[]':selection}).then(function(response) { /* */ })