Skip to content

Commit

Permalink
Step 21.29: Implement the thumbnails in the view
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 97b1898 commit d27fec5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/imports/app/parties/parties-upload.component.html
Expand Up @@ -5,4 +5,10 @@
(onFileDrop)="onFileDrop($event)">
<div>Drop an image to here</div>
</div>
<div *ngIf="thumbs" class="thumbs">
<div *ngFor="let thumb of thumbs | async" class="thumb">
<img [src]="thumb.url"/>
</div>
<div class="clear"></div>
</div>
</div>

0 comments on commit d27fec5

Please sign in to comment.