client/app/books/galleryItem.html
changeset 172 ffdfe491869c
parent 146 c6fa8ee3f562
--- a/client/app/books/galleryItem.html	Thu Jun 11 15:38:19 2015 +0200
+++ b/client/app/books/galleryItem.html	Thu Jun 11 16:19:36 2015 +0200
@@ -1,5 +1,5 @@
 
-<a href="#/slide/{{slide.id}}"><img ng-src="{{ slide.details.images[0] }}" my-customer /></a>
+<a href="#/slide/{{slide.id}}"><img ng-src="{{ slide.details.images[0] }}" img-type /></a>
 <div class="gallery-buttons">
     <a ng-click="slide.toggleFavorite()"><span ng-class="{'glyphicon-star': slide.favorite, 'glyphicon-star-empty': !slide.favorite}" class="glyphicon"></span></a>
     <a ng-click="slide.addToBook();"><span class="glyphicon glyphicon-plus"></span></a>