Skip to content

Commit 0190d4e

Browse files
committed
timeline: Don't interpolate getThumbPath in ng-show
1 parent 957c6eb commit 0190d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timeline/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</div>
101101
<br class="cleared">
102102
<div ng-show="!clip.show_audio" class="thumb-container">
103-
<img class="thumb thumb-start" ng-show="{{ getThumbPath(clip) }}" ng-src="{{ getThumbPath(clip) }}"/>
103+
<img class="thumb thumb-start" ng-show="getThumbPath(clip)" ng-src="{{ getThumbPath(clip) }}"/>
104104
</div>
105105
<div ng-show="clip.show_audio" class="audio-container">
106106
<canvas tl-audio height="46px" width="{{ (clip.end - clip.start) * pixelsPerSecond}}px" class="audio"></canvas>

0 commit comments

Comments
 (0)