Created
July 12, 2016 11:40
-
-
Save khannotations/d7b844760dcae1eb179ba196b3677a44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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