diff --git a/docs-web/src/main/webapp/src/partial/docs/document.html b/docs-web/src/main/webapp/src/partial/docs/document.html
index ceb53465..7b0d2722 100644
--- a/docs-web/src/main/webapp/src/partial/docs/document.html
+++ b/docs-web/src/main/webapp/src/partial/docs/document.html
@@ -159,7 +159,7 @@
next-text="{{ 'pagination.next' | translate }}"
first-text="{{ 'pagination.first' | translate }}"
last-text="{{ 'pagination.last' | translate }}"
- total-items="totalDocuments" items-per-page="limit" max-size="5" ng-model="currentPage">
+ total-items="totalDocuments" items-per-page="limit" max-size="5" ng-model="$parent.currentPage">