Skip to content

Instantly share code, notes, and snippets.

@lfurrea
Created August 22, 2013 16:04
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 lfurrea/6309238 to your computer and use it in GitHub Desktop.
Save lfurrea/6309238 to your computer and use it in GitHub Desktop.
<!-- route1.list.html -->
<h3>List of Route 1 Items</h3>
<ul>
<li ng-repeat="item in items">{{item}}</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment