Skip to content

Instantly share code, notes, and snippets.

@mightyhorst
Created September 4, 2015 22:12
Show Gist options
  • Save mightyhorst/75181f220818caa6855a to your computer and use it in GitHub Desktop.
Save mightyhorst/75181f220818caa6855a to your computer and use it in GitHub Desktop.
Sample Template partial
<div id="{{id}}" class="product-list">
<ul data-src="{{products}}">
<li ng-repeat="product in products">
<img ng-src="product.imgUrl">
<h1>{{product.name}}</h1>
<p>{{product.description}}</p>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment