diff options
Diffstat (limited to 'src/main/webapp/apps/frontPageApp/frontPage.html')
-rwxr-xr-x | src/main/webapp/apps/frontPageApp/frontPage.html | 2 |
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> |