Skip to content

Instantly share code, notes, and snippets.

@mmourafiq
Created August 19, 2013 20:45
Show Gist options
  • Save mmourafiq/6273944 to your computer and use it in GitHub Desktop.
Save mmourafiq/6273944 to your computer and use it in GitHub Desktop.
<p>
<ul class="inline">
<li ng-repeat="tag in post.tags_details">
<span class="label"><i class="icon-white icon-tag"></i> {[{tag.name}]}</span>
</li>
</ul>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment