<table>
<thead>
<tr>
<th>
Mouse
</th>
<th>
Vocals
</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="mouse in mice">
<td>
{{mouse.name}}
</td>
<td>
{{mouse.squeak}}
</td>
</tr>
</tbody>
</table>
No comments:
Post a Comment