Skip to content

Commit

Permalink
Step 21.40: Implement the pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 1321eb3 commit 2122652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/imports/app/parties/parties-list.component.html
Expand Up @@ -19,6 +19,7 @@ <h3>Filter Parties</h3>
<pagination-controls class="pagination" (pageChange)="onPageChanged($event)"></pagination-controls>

<md-card *ngFor="let party of parties | async" class="party-card">
<img *ngIf="party.images && party.images.length > 0" class="party-main-image" [src]="party | displayMainImage">
<h2 class="party-name">
<a [routerLink]="['/party', party._id]">{{party.name}}</a>
</h2>
Expand Down

0 comments on commit 2122652

Please sign in to comment.