12 lines
248 B
HTML
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>
|