Skip to content

Instantly share code, notes, and snippets.

@khannotations
Created July 12, 2016 11:40
Show Gist options
  • Select an option

  • Save khannotations/d7b844760dcae1eb179ba196b3677a44 to your computer and use it in GitHub Desktop.

Select an option

Save khannotations/d7b844760dcae1eb179ba196b3677a44 to your computer and use it in GitHub Desktop.
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<h1>My happy stuff</h1>
<!-- {{posts}} -->
<ol>
<li ng-repeat="post in posts">
<a href="http://reddit.com/{{post.data.permalink}}">{{post.data.title}}</a>
</li>
</ol>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment