Skip to content

Instantly share code, notes, and snippets.

@michaelschofield
Created May 4, 2016 12:21
Show Gist options
  • Save michaelschofield/a93a39e8a6e03724d38a6dd71d312a43 to your computer and use it in GitHub Desktop.
Save michaelschofield/a93a39e8a6e03724d38a6dd71d312a43 to your computer and use it in GitHub Desktop.
<section ng-controller="WordPress as wp">
<article class="post" ng-repeat="post in wp.posts">
<h1>{{ post.title }}</h1>
{{ post.content }}
</article>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment