I want to append following object array with existing one in angulajs for implementing load more feature. ie,appending AJAX response with existing one each time. I have one variable, $scope.actions which contains following JSON data, { "total": 13, "per_page": 2, "current_page": 1, "last_page": 7, "next_page_url": "http://invoice.local/activities/?page=2", "prev_page_url": null, "from": 1, "to": 2