Last active
October 10, 2015 16:17
-
-
Save amielucha/739ab5fc05d13bf3e611 to your computer and use it in GitHub Desktop.
AngularJS ♥ WordPress Tutorial part 7 #tutorial
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
<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