You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to implement ng-admin with a Loopback API. As Loopback provides collection length in a separate route (/api/cars/count), I would like to decorate the response with a totalCount property retrieved from this URL.
Seems that response interceptor can not return promise currently. When I do for the getList method, I get the Response for getList SHOULD be an array and not an object or something else error message.
I am currently trying to implement ng-admin with a Loopback API. As Loopback provides collection length in a separate route (
/api/cars/count
), I would like to decorate the response with atotalCount
property retrieved from this URL.Here is what I've done so far:
Does Restangular interceptor deals correctly with asynchronous tasks?
Probably related to #893.
The text was updated successfully, but these errors were encountered: