jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 401 forks source link

how to implement pagination with restangular? #497

Closed 0xd5dc closed 7 years ago

0xd5dc commented 7 years ago
jadjoubran commented 7 years ago

Hi @summermick Try the below:

this.API.all('').get('posts', {page: params})
0xd5dc commented 7 years ago

I have been used this one, API.all("post?page="+page).get(''), instead, but my OCD just wont let me move one. thanks a million!