Skip to content

Instantly share code, notes, and snippets.

@almaron
Created October 24, 2013 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almaron/7133880 to your computer and use it in GitHub Desktop.
Save almaron/7133880 to your computer and use it in GitHub Desktop.
<div class="one_photo" ng-repeat="photo in model.photos" >
<div class="delete_link">
<a ng-click="removePhoto(photo)">x</a>
</div>
<a class="fancy_gallery" href="{{photo.url}}" rel="gallery">
<img src="{{photo.thumb}}">
</a>
<div class="under_link">
<a href="/models/{{photo.model_id}}">{{photo.model_id}}</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment