aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/apps/frontPageApp/personList.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/apps/frontPageApp/personList.html')
-rwxr-xr-xsrc/main/webapp/apps/frontPageApp/personList.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/apps/frontPageApp/personList.html b/src/main/webapp/apps/frontPageApp/personList.html
index 5212ff6..5247f29 100755
--- a/src/main/webapp/apps/frontPageApp/personList.html
+++ b/src/main/webapp/apps/frontPageApp/personList.html
@@ -35,7 +35,7 @@
</div>
</div>
<ul class="pager">
- <li class="previous" ng-hide="persons.startIndex == 0">
+ <li class="previous" ng-show="persons.startIndex > 0">
<a ng-click="persons.prev()">&larr; Prev</a>
</li>
<li class="next">