Skip to content

Instantly share code, notes, and snippets.

@jonathanablanida
Created June 30, 2014 08:41
Show Gist options
  • Save jonathanablanida/fd387b92d047d00037cb to your computer and use it in GitHub Desktop.
Save jonathanablanida/fd387b92d047d00037cb to your computer and use it in GitHub Desktop.
<div ng-repeat="img in item.images">
<li>
<img ng-src="{{img}}">
</li>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment