Skip to content

Instantly share code, notes, and snippets.

@n8finch
Created September 19, 2016 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8finch/308d65746b6973597e0ec3b38115ff6c to your computer and use it in GitHub Desktop.
Save n8finch/308d65746b6973597e0ec3b38115ff6c to your computer and use it in GitHub Desktop.
page-view-genesis-angular-gulp.html
<article class="single-post post type-post status-publish format-standard has-post-thumbnail entry"
ng-controller="pageView">
<header class="entry-header">
<h2 class="entry-title">{{post.title.rendered}}</h2>
</header>
<img class="attachment-post-image size-post-image wp-post-image" ng-src="{{post.featured_image_src}}"/>
<div class="entry-content">
<p ng-bind-html="post.content.rendered | to_trusted"></p>
</div>
<footer class="entry-footer">
</footer>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment