Skip to content

Commit

Permalink
Step 20.29: Display uploaded images
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 6786e50 commit b3e71d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imports/ui/components/partyUpload/partyUpload.html
Expand Up @@ -29,4 +29,9 @@ <h3>Edit &amp; crop</h3>
<img-crop image="partyUpload.cropImgSrc" result-image="partyUpload.myCroppedImage" area-type="square"></img-crop>
</div>
</div>
<div layout="row" class="images-container-title">
<div class="party-image-container" ng-class="{'main-image': $index === 0}" ng-repeat="thumb in partyUpload.thumbs">
<img ng-src="{{ thumb.url }}"/>
</div>
</div>
</div>

0 comments on commit b3e71d2

Please sign in to comment.