2015-05-11 17:02:37 +00:00
|
|
|
<table>
|
2015-05-22 04:25:50 +00:00
|
|
|
<tr ng-repeat="property in ngModel">
|
2015-05-11 17:02:37 +00:00
|
|
|
<td class="label">{{property.name}}</td>
|
|
|
|
<td title="{{property.value}}" class="value align-{{property.align}}">
|
|
|
|
{{property.value}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|