Hi. Thanks for this tutorial about ionic, it is very clear. Only needs one modification in the function getEmployees
this.page_number++
must be changed to:
this.page_number = this.page_number + this.page_limit

Great job!

Reply