From 8b93035f56b735f155d272ef3c56f77684ea3fa7 Mon Sep 17 00:00:00 2001 From: Afraz Khan Date: Thu, 4 Oct 2018 17:51:38 +0500 Subject: [PATCH] Precuation Its a precaution for a specific case of only one page show. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ddae10..6bfafc7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ $('#pagination-demo').twbsPagination({ } }); ``` +if no of Pages is only 1 then variable 'totalPages' would be '1' & variable 'visiblePages' would be '2'. ## Contributing For development use grunt build to make minified file.