Skip to content

Commit

Permalink
Step 6.4: Clean up App template
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent ce730c5 commit 4f5552b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions client/imports/app/app.component.html
@@ -1,12 +1 @@
<div>
<parties-form></parties-form>

<ul>
<li *ngFor="let party of parties | async">
{{party.name}}
<p>{{party.description}}</p>
<p>{{party.location}}</p>
<button (click)="removeParty(party)">X</button>
</li>
</ul>
</div>
<div></div>

0 comments on commit 4f5552b

Please sign in to comment.