# HG changeset patch # User Lucas Thompson # Date 1493047223 -3600 # Node ID 0249ee049353b932ff1769ff9a56be80d9526f7e # Parent c274af5487c6d56013a88dcdbe28b0296c8d259b Take single item as input and use progress-bar diff -r c274af5487c6 -r 0249ee049353 src/app/analysis-item/analysis-item.component.html --- a/src/app/analysis-item/analysis-item.component.html Mon Apr 24 14:40:32 2017 +0100 +++ b/src/app/analysis-item/analysis-item.component.html Mon Apr 24 16:20:23 2017 +0100 @@ -1,21 +1,21 @@ - {{title}} - {{description}} + {{item.title}} + {{item.description}}