little enhance
authorcavaliet
Mon, 06 Oct 2014 23:23:37 +0200
changeset 11 ffb8340ba86f
parent 10 75189d83f849
child 12 1ada9d221ba3
little enhance
client/app/gallery/gallery.html
--- a/client/app/gallery/gallery.html	Mon Oct 06 23:16:30 2014 +0200
+++ b/client/app/gallery/gallery.html	Mon Oct 06 23:23:37 2014 +0200
@@ -5,7 +5,7 @@
   <li class="col-md-3 item" ng-repeat="i in gallery.hits">
     <div class="img-ctn">
         <img class="img img-responsive image" src="{{ i.metas_dict.images }}" />
-        <p>{{ i.title }}</p>
+        <p>{{ i.metas_dict.name }}</p>
         <div class="gallery-buttons">
           <a class="btn btn-default" href="#/slideshow/edit/{{ $index }}"><span class="glyphicon glyphicon-pencil"></span></a>
           <a class="btn btn-default" href="#/slideshow/{{ $index }}"><span class="glyphicon glyphicon-eye-open"></span></a>