Skip to content

Commit

Permalink
Step 15.12: Add reponse buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 5c61782 commit 06b8e8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/imports/app/parties/party-details.component.html
Expand Up @@ -19,3 +19,10 @@
<button (click)="invite(user)">Invite</button>
</li>
</ul>

<div>
<h2>Reply to the invitation</h2>
<input type="button" value="I'm going!" (click)="reply('yes')">
<input type="button" value="Maybe" (click)="reply('maybe')">
<input type="button" value="No" (click)="reply('no')">
</div>

0 comments on commit 06b8e8b

Please sign in to comment.