feat(invite): small progress

This commit is contained in:
Torkel Ödegaard
2015-07-17 14:42:49 +02:00
parent 0ffcce1b5d
commit 2724cf5db8
7 changed files with 36 additions and 12 deletions

View File

@@ -45,15 +45,15 @@
<th>Email</th>
<th>Name</th>
<th>Role</th>
<th>Created on</th>
<th>Invited by</th>
<th>Invited on</th>
<th>By</th>
<th></th>
</tr>
<tr ng-repeat="invite in pendingInvites">
<td>{{invite.email}}</td>
<td>{{invite.name}}</td>
<td>{{invite.role}}</td>
<td>{{invite.createdOn | date:'medium'}}</td>
<td>{{invite.createdOn | date:'shortDate'}}</td>
<td>{{invite.invitedBy}}</td>
<td style="width: 1%">
<a ng-click="removeInvite(invite)" class="btn btn-danger btn-mini">