4 lines
168 B
HTML
4 lines
168 B
HTML
|
<section class="ellipsize">
|
||
|
<vn-label translate>{{$ctrl.label}}:</vn-label>
|
||
|
<span title="{{$ctrl.value}}">{{$ctrl.value ? $ctrl.value : '-'}}</span>
|
||
|
</section>
|