2846 - Added title property to descriptor name #582
|
@ -32,7 +32,7 @@
|
||||||
<div ng-transclude="before"></div>
|
<div ng-transclude="before"></div>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<h5>{{$ctrl.description}}</h5>
|
<h5 title="{{$ctrl.description}}">{{$ctrl.description}}</h5>
|
||||||
<div>
|
<div>
|
||||||
{{$ctrl.descriptor.id | id}}
|
{{$ctrl.descriptor.id | id}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue