mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 05:16:02 +00:00
Use controller binding in the label tooltip.
This commit is contained in:
parent
d6ab993519
commit
4f4ab57958
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue