Use controller binding in the label tooltip.

This commit is contained in:
Paulo Reis 2018-08-09 12:05:00 +01:00
parent d6ab993519
commit 4f4ab57958

View file

@ -92,7 +92,7 @@ script(type="text/ng-template", id="historyLabelTooltipTpl")
i.fa.fa-tag
|  {{ $ctrl.labelText }}
p.history-label-tooltip-owner #{translate("history_label_created_by")} {{ $ctrl.labelOwnerName }}
time.history-label-tooltip-datetime {{ labelCreationDateTime | formatDate }}
time.history-label-tooltip-datetime {{ $ctrl.labelCreationDateTime | formatDate }}
script(type="text/ng-template", id="historyV2DeleteLabelModalTemplate")