Skip to content

Commit

Permalink
Step 20.36: Use directives on thumbnails
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 a95a3fc commit c358fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imports/ui/components/partyUpload/partyUpload.html
Expand Up @@ -29,9 +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 layout="row" class="images-container-title" sv-root sv-part="partyUpload.thumbs">
<div sv-element class="party-image-container" ng-class="{'main-image': $index === 0}" ng-repeat="thumb in partyUpload.thumbs">
<img draggable="false" ng-src="{{ thumb.url }}"/>
</div>
</div>
</div>

0 comments on commit c358fe2

Please sign in to comment.