diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-06 14:56:35 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-06 14:56:35 +0100 |
commit | a310ffdce4cd6dcbb6ba8e4fb739412ea9abdca5 (patch) | |
tree | c798cd712d273326c3ae8613e04799478af38385 /src/main/webapp/apps/frontPageApp | |
parent | 7663c88dba4da60afde4691fc925e2f4cf6e3c4b (diff) | |
download | esper-testing-a310ffdce4cd6dcbb6ba8e4fb739412ea9abdca5.tar.gz esper-testing-a310ffdce4cd6dcbb6ba8e4fb739412ea9abdca5.tar.bz2 esper-testing-a310ffdce4cd6dcbb6ba8e4fb739412ea9abdca5.tar.xz esper-testing-a310ffdce4cd6dcbb6ba8e4fb739412ea9abdca5.zip |
o Getting the pager to work again.
Diffstat (limited to 'src/main/webapp/apps/frontPageApp')
-rwxr-xr-x | src/main/webapp/apps/frontPageApp/personList.html | 2 |
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()">← Prev</a> </li> <li class="next"> |