Skip to content

Instantly share code, notes, and snippets.

@jonathanablanida
Created June 30, 2014 08:41
Show Gist options
  • Select an option

  • Save jonathanablanida/fd387b92d047d00037cb to your computer and use it in GitHub Desktop.

Select an option

Save jonathanablanida/fd387b92d047d00037cb to your computer and use it in GitHub Desktop.

Revisions

  1. jonathanablanida created this gist Jun 30, 2014.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    <div ng-repeat="img in item.images">
    <li>
    <img ng-src="{{img}}">
    </li>
    </div>