performance problems with the component fetched tags fixed
gitea/salix/dev This commit looks good Details

This commit is contained in:
Gerard 2019-02-19 15:54:01 +01:00
parent d11a51b3f1
commit 9d39840449
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<section
class="inline-tag ellipsize"
ng-class="::{empty: !fetchedTag.value}"
ng-repeat="fetchedTag in $ctrl.tags track by $index"
vn-tooltip="{{::fetchedTag.name}}: {{::fetchedTag.value}}">
ng-repeat="fetchedTag in $ctrl.tags track by $index"
title="{{::fetchedTag.name}}: {{::fetchedTag.value}}">
{{::fetchedTag.value}}
</section>
</vn-auto>