Skip to content

Instantly share code, notes, and snippets.

@devinsays
Created March 13, 2015 16:32
Embed
What would you like to do?
ae-1-index.php
<div ng-controller="mycontroller">
<article ng-repeat="post in posts">
<h3>{{ post.title }}</h3>
<p>{{ post.excerpt }}</p>
</article>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment