Mercurial > hg > ugly-duckling
view src/app/notebook-feed/notebook-feed.component.html @ 283:a2ba82a51115
Wrap in a container with full width of parent
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 04 May 2017 15:33:20 +0100 |
parents | 5ab9e6132424 |
children | 2d7da410ba46 |
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" ></ugly-analysis-item> </div> </ng-template> </div>