| author | ymh <ymh.work@gmail.com> |
| Wed, 11 Jun 2014 01:26:59 +0200 | |
| changeset 0 | cef349423167 |
| child 4 | 28208a0ad8b9 |
| permissions | -rw-r--r-- |
<h1>{{ gallery.title }}</h1> <p>{{ gallery.description }}</p> <h4 class="subtitle">{{ gallery.images.length }} points d'intérêt</h4> <ul class="list-unstyled list-inline row gallery"> <li class="col-md-3 item" ng-repeat="i in gallery.images"> <div class="img-ctn"> <img class="img img-responsive image" src="{{ i.url }}" /> <p>{{ i.title }}</p> </div> </li> </ul>