Open gera2ld opened 9 years ago
Same problem here!
This hasn't been fixed yet?
Any status update here?
Thanks for the bump. I'll try to take a look at it when I have time. In the meantime, PRs are welcome ;)
Is this issue substantially different from what was addressed by this PR?: https://github.com/mgonto/restangular/pull/826
I tried to add a prefix
$
for all Restangular methods by settingrestangularFields
, as suggested here (https://github.com/mgonto/restangular/issues/675#issuecomment-41151648).Unfortunately,
Restangular.service
does not work any more after that, an error occurs instead:The problem due to this seems to be,
collection.post
andcollection.getList
are hard coded infunction toService
, which in my case are changed tocollection.$post
andcollection.$getList
.