Mercurial > hg > ugly-duckling
view src/app/notebook-feed/notebook-feed.component.html @ 343:8bfd9586c78a
Move some functions out of waveform and into appropriately named modules.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 23 May 2017 10:41:36 +0100 |
parents | 2d7da410ba46 |
children | d17d5038b11a |
line wrap: on
line source
<div class="feed"> <ng-template ngFor let-item [ngForOf]="analyses"> <div [class.break]="item.isRoot"> <ugly-analysis-item [timeline]="getOrCreateTimeline(item)" [isActive]="rootAudioUri === item.rootAudioUri" [item]="item" [contentWidth]="width" ></ugly-analysis-item> </div> </ng-template> </div>