mgonto / restangular

AngularJS service to handle Rest API Restful Resources properly and easily
MIT License
7.87k stars 840 forks source link

Response for getList SHOULD be an array and not an object or something else #1479

Open ahmedmosad118 opened 7 years ago

ahmedmosad118 commented 7 years ago

I use Laravel in server side and every thing was good until i used Pagination the error : Error: Response for getList SHOULD be an array and not an object or something else

how i can solve this error ?

gbittmann commented 7 years ago

What is the response that your endpoint is giving when you see this error?