Skip to content

Instantly share code, notes, and snippets.

@cladera
Created February 16, 2015 12:22
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 cladera/ae3d43794e4673531dd8 to your computer and use it in GitHub Desktop.
Save cladera/ae3d43794e4673531dd8 to your computer and use it in GitHub Desktop.
Google Analytics Experiments in AngularJS - list.html
<div>
<ul class="list">
<li ng-repeat="product in products">
<a ng-href="#/product/{{product.id}}">{{product.name}} - {{product.price}}</a>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment