<table class="table table-bordered">
<tr ng-repeat="(attribute, value) in model">
<td>{{attribute}}</td>
<td>{{value}}</td>
</tr>
</table>