Skip to content

Instantly share code, notes, and snippets.

@syrxw
Created June 6, 2015 15:27
Show Gist options
  • Save syrxw/433b818181409df612c0 to your computer and use it in GitHub Desktop.
Save syrxw/433b818181409df612c0 to your computer and use it in GitHub Desktop.
<ul>
<li ng-repeat="post in posts">
<a href="{{post.ID}}">
{{post.title}}
</a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment