[Info Bubble] Continue breaking down templates

WTD-884.
This commit is contained in:
Victor Woeltjen
2015-05-21 21:25:50 -07:00
parent c7b13b70d1
commit ac8fbb289e
3 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<table>
<tr ng-repeat="property in ngModel">
<td class="label">{{property.name}}</td>
<td title="{{property.value}}" class="value align-{{property.align}}">
{{property.value}}
</td>
</tr>
</table>