ember-cli-pagination icon indicating copy to clipboard operation
ember-cli-pagination copied to clipboard

What is expected response from custom server api (without using ember data)

Open ptadros opened this issue 9 years ago • 0 comments

Hi, Can anyone provide me with an example of the response structure? I tried this structure but didn't work { "mylist: [ ....... ], "meta": { "total_pages" : 100 } } Also what is the "content" property represents in the controller? does it represent the whole json response or only the array?

Any help is appreciated. Thanks.

ptadros avatar Jul 21 '15 13:07 ptadros