Skip to content

Instantly share code, notes, and snippets.

@lnazarit
Created April 12, 2016 12:08
Show Gist options
  • Select an option

  • Save lnazarit/1719a1804ffba17f95fbffd6078d9994 to your computer and use it in GitHub Desktop.

Select an option

Save lnazarit/1719a1804ffba17f95fbffd6078d9994 to your computer and use it in GitHub Desktop.
<ul>
<li ng-repeat="post in posts">
<img ng-src="post.covers[0]" />
<h3>{/{ post.title }/}</h3>
<p ng-bind-html="post.description"></p>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment