Bug 1195342 - Log viewer: Fix step start/end time display on mouseover

Removes the one time binding since it prevented the start/end time from
being shown on mouseover.
This commit is contained in:
Ed Morley 2015-08-17 16:20:52 +01:00
Родитель b00d8caa3b
Коммит dde28ebc5a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@
ng-mouseover="time=displayTime(step.started, step.finished)"
ng-mouseleave="time=(step.duration !== null ? formatTime(step.duration) : 'Duration unknown')"
class="pull-right clearfix">
{{::time}}
{{time}}
</span>
<div ng-if="(step.error_count > 0)">