blob: 675bedf2388914338d0d88dff591320b41441ed5 [file]
<div class="content-page" ng-controller="GroupsActivitiesCtrl">
<br>
<div>
<table class="table table-striped">
<tbody>
<tr class="table-header">
<td>Date</td>
<td>Content</td>
<td>Verb</td>
<td>UUID</td>
</tr>
<tr class="zebraRows" ng-repeat="activity in selectedGroup.activities">
<td>{{activity.createdDate}}</td>
<td>{{activity.content}}</td>
<td>{{activity.verb}}</td>
<td>{{activity.uuid}}</td>
</tr>
</tbody>
</table>
</div>
</div>