diff src/app/notebook-feed/notebook-feed.component.html @ 348:d17d5038b11a

Wire up as necessary to push the handlers down the tree. This is unfinished.
author Lucas Thompson <dev@lucas.im>
date Thu, 25 May 2017 17:56:14 +0100
parents 2d7da410ba46
children 524f5cd75737
line wrap: on
line diff
--- a/src/app/notebook-feed/notebook-feed.component.html	Thu May 25 17:55:29 2017 +0100
+++ b/src/app/notebook-feed/notebook-feed.component.html	Thu May 25 17:56:14 2017 +0100
@@ -3,9 +3,10 @@
     <div [class.break]="item.isRoot">
       <ugly-analysis-item
         [timeline]="getOrCreateTimeline(item)"
-        [isActive]="rootAudioUri === item.rootAudioUri"
+        [isActive]="isActiveItem(item)"
         [item]="item"
         [contentWidth]="width"
+        [onSeek]="getOnSeekForItem(item)"
       ></ugly-analysis-item>
     </div>
   </ng-template>