Skip to content

Instantly share code, notes, and snippets.

@devinsays
Created March 13, 2015 16:32
Show Gist options
  • Save devinsays/f7115d8294d6beed99ff to your computer and use it in GitHub Desktop.
Save devinsays/f7115d8294d6beed99ff to your computer and use it in GitHub Desktop.
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