mgonto/restangular

How do I append query parameter with restangular.oneUrl()?

isnegi opened this issue · 1 comments

I'm trying to append some query params in oneUrl() method. getList() isn't working don't know the reason.

restangular.oneUrl('/url').oneUrl({id:124})
                 .customGET()...

I'm unable to find the any solution online.

This was actually for ngx-restangular. Closing.