I have the following plnkr:
http://plnkr.co/edit/9SjDSb5AjKwXNRGRrpdO?p=preview
If i remove the initialized vars:
Line 72: $scope.totalItems = 0;
Line 73: $scope.currentPage = 1;
My Controller uses a service and from the response i want to update the angular ui bootstrap pagination directive. This doesn't work until i remove the both lines above.