Added link class

This commit is contained in:
gerard 2018-08-01 16:24:53 +02:00
parent c461f16ce7
commit 82a1aa13ad
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</vn-thead>
<vn-tbody>
<vn-tr ng-repeat="row in rows">
<vn-td number pointer
<vn-td number pointer class="link"
ng-click="$ctrl.showDescriptor($event, row.itemFk)">
{{::row.itemFk}}
</vn-td>