comparison src/app/feature-extraction-menu/feature-extraction-menu.component.html @ 441:55e17af8a0ee

Small refactor.
author Lucas Thompson <dev@lucas.im>
date Mon, 26 Jun 2017 11:00:21 +0100
parents 8f658642d031
children cf4a17efb5d4
comparison
equal deleted inserted replaced
440:8f658642d031 441:55e17af8a0ee
5 > 5 >
6 <h3 md-subheader>{{extractor.name}}</h3> 6 <h3 md-subheader>{{extractor.name}}</h3>
7 <md-list-item 7 <md-list-item
8 *ngFor="let output of extractor.outputs" 8 *ngFor="let output of extractor.outputs"
9 (click)="extract(output)"> 9 (click)="extract(output)">
10 <md-icon md-list-icon> 10 <md-icon md-list-icon>{{getFeatureIconName(output)}}</md-icon>
11 {{output.iconName ? output.iconName : 'extension'}}
12 </md-icon>
13 <h4 md-line>{{output.name}}</h4> 11 <h4 md-line>{{output.name}}</h4>
14 <p md-line>{{output.combinedKey}}</p> 12 <p md-line>{{output.combinedKey}}</p>
15 <button md-icon-button 13 <button md-icon-button
16 (click)="extract(output); $event.stopPropagation()" 14 (click)="extract(output); $event.stopPropagation()"
17 [disabled]="disabled"> 15 [disabled]="disabled">