aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/apps/frontPageApp/frontPage.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/apps/frontPageApp/frontPage.html')
-rwxr-xr-xsrc/main/webapp/apps/frontPageApp/frontPage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/apps/frontPageApp/frontPage.html b/src/main/webapp/apps/frontPageApp/frontPage.html
index 84e991b..c3db55c 100755
--- a/src/main/webapp/apps/frontPageApp/frontPage.html
+++ b/src/main/webapp/apps/frontPageApp/frontPage.html
@@ -22,7 +22,7 @@
<h3>Newcomers</h3>
<ul class="unstyled">
- <li ng-repeat="person in persons.rows">
+ <li ng-repeat="person in persons">
<a href="#/person/{{person.person.uuid}}">{{person.person.name}}</a>
</li>
</ul>