koerseadmin/partials/poules.html
2015-09-03 22:36:35 +02:00

12 lines
248 B
HTML

<div class="row">
<div class="btn-group col-lg-4">
<table class="table">
<tr><th>Tier</th><th>Poule</th></tr>
<tr ng-repeat="poule in poules">
<td>{{poule.tier}}</td>
<td>{{poule.poule}}</td>
</tr>
</table>
</div>
</div>