Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<table>
<th class="text-center" ng-repeat="field in fields"><h4>{{field}}</h4></th>
<tr ng-repeat="test in tests">
<td>test.name</td>
<td>test.surname</td>
<td>test.age</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.