<tr ng-include=“'views/types/embedded/default.html'” no-container></tr> <tr ng-repeat=“(attribute_name,attribute) in attribute.type.attributes”>

<td ng-bind-html="name + '.' + attribute_name | attributeName">
</td>
<td>
   <type-placeholder template="label" type="attribute.type"></type-placeholder>
</td>
<td>
  <attribute-description attribute="attribute"></attribute-description>
</td>

</tr>