changeset 377:05a817d8ba71

Use module scoped id generator instead of passing in an id to components.
author Lucas Thompson <dev@lucas.im>
date Wed, 31 May 2017 13:10:29 +0100
parents 35234006c3c3
children 9fe6e00e0700
files src/app/analysis-item/analysis-item.component.html
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/analysis-item/analysis-item.component.html	Wed May 31 12:55:03 2017 +0100
+++ b/src/app/analysis-item/analysis-item.component.html	Wed May 31 13:10:29 2017 +0100
@@ -33,7 +33,6 @@
               <ugly-curve
                 *ngSwitchCase="'vector'"
                 [timeline]="timeline"
-                [id]="item.id"
                 [width]="contentWidth"
                 [onSeek]="onSeek"
                 [curve]="item.collected"