Closed shalkam closed 8 years ago
nestRemoting is for querying a nested model while you're using paginate to paginate an existing model. You won't be able to query the paginate tool.
what about a remote method defined according the documentation here : https://docs.strongloop.com/display/public/LB/Remote+methods
I guess it's not supported too in loopback.
Why are you querying the mixin in the model? What are you trying to do?
I've been able to take care of my problem without having to use the mixin for pagaination. I am just saying that there will be cases where remote methods should be nested too just like the case with the relations of the related model.
@shalkam Since you were able to take care of your issue, I am closing this. Thanks!
Hi, I'd like to know if there is a way to do the nestRemoting on a model's remote method. I am using the paginate mixin : https://github.com/fullcube/loopback-ds-paginate-mixin for a client model
client.json
client.js
and of course the app crashed with an error
regards, Mostafa