Skip to content

Instantly share code, notes, and snippets.

@craigcabrey
Last active September 2, 2015 13:06
Show Gist options
  • Save craigcabrey/6e9a7f45b2921e011a4f to your computer and use it in GitHub Desktop.
Save craigcabrey/6e9a7f45b2921e011a4f to your computer and use it in GitHub Desktop.
<tbody>
<tr ng-repeat="result in results track by $index">
<td ng-repeat-start="value in result track by $index">
<a href="https://github.com/{{value}}">{{value}}</a>
</td>
<td ng-repeat-end>{{value}}</td>
</tr>
</tbody>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment