Skip to content

Instantly share code, notes, and snippets.

@luckyduck
Created December 22, 2013 16:18
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 luckyduck/8084817 to your computer and use it in GitHub Desktop.
Save luckyduck/8084817 to your computer and use it in GitHub Desktop.
<div ng-app>
<ul>
<li>
<span>Produkt #1</span>
<p>
Traces of the most awesome test product ever created.
</p>
</li>
<li>
<span>Produkt #2</span>
<p>
Yet another test product.
</p>
</li>
</ul>
<p>Total number of products: 2</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment