Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <h2>Item:</h2>
  2. <section>
  3. <article class="well" ng-repeat="post in posts">
  4. <header>
  5. <h1>{{post.title.rendered}}</h1>
  6. </header>
  7. <div class="post-content">
  8. {{post.excerpt.rendered}}
  9. </div>
  10. </article>
  11. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement