Created
September 18, 2016 19:27
-
-
Save eyalcohen4/3164de61ddf951d90ffb64da2f64ccf4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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