Skip to content

Commit

Permalink
Step 15.5: Add invite method
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 4567283 commit 4ec8dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/imports/app/parties/party-details.component.html
Expand Up @@ -16,5 +16,6 @@
<ul>
<li *ngFor="let user of users | async">
<div>{{user | displayName}}</div>
<button (click)="invite(user)">Invite</button>
</li>
</ul>

0 comments on commit 4ec8dac

Please sign in to comment.