I want to make pagination so I follow this SO thread(mostvoted answer) and also this plunker but my pagination not working perfect so I tested the original plunker and problem is also there [to see the problem set values
$scope.totalItems = 16;
$scope.currentPage = 1;
$scope.itemsPerPage = 4;
] here I should get 4 pages 16/4=4;
Do anyone have a good angularJs pagination looks like this one(UI)?