From 308e921d0b353ad31451e73f811cbc586222c839 Mon Sep 17 00:00:00 2001 From: Matthew Schranz Date: Fri, 30 Jan 2015 16:48:05 -0500 Subject: [PATCH] fix(pagination): Fixes pagination total pages. - Pass expected size of results rather than count. This was causing the pagination directive to think more results could have been present still. Closes #238 --- app/scripts/components/tables/templates/pagination.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/components/tables/templates/pagination.html b/app/scripts/components/tables/templates/pagination.html index 66c85b45e..ac4eab3d9 100644 --- a/app/scripts/components/tables/templates/pagination.html +++ b/app/scripts/components/tables/templates/pagination.html @@ -45,7 +45,7 @@