Skip to content

Instantly share code, notes, and snippets.

@eyalcohen4
Created September 18, 2016 19:27
Show Gist options
  • Save eyalcohen4/3164de61ddf951d90ffb64da2f64ccf4 to your computer and use it in GitHub Desktop.
Save eyalcohen4/3164de61ddf951d90ffb64da2f64ccf4 to your computer and use it in GitHub Desktop.
<ul>
<li class='picture' ng-repeat='picture in home.pictures track by $index'>
<a ui-sref='picture({ url: {{picture.url}} })'> {{picture.type}} </a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment