Skip to content

Instantly share code, notes, and snippets.

@amielucha
Last active October 10, 2015 16:17
Show Gist options
  • Save amielucha/739ab5fc05d13bf3e611 to your computer and use it in GitHub Desktop.
Save amielucha/739ab5fc05d13bf3e611 to your computer and use it in GitHub Desktop.
AngularJS ♥ WordPress Tutorial part 7 #tutorial
<section>
<article class="well" ng-repeat="post in posts">
<header>
<h1>{{post.title.rendered}}</h1>
</header>
<div class="post-content">
{{post.excerpt.rendered}}
</div>
</article>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment