File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
projects/igniteui-angular/src/lib/grids/filtering/excel-style Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8
8
< igx-icon *ngIf ="expressionUI.expression.condition " family ="imx-icons " [name] ="getIconName() "> </ igx-icon >
9
9
< igx-icon *ngIf ="!expressionUI.expression.condition "> filter_list</ igx-icon >
10
10
</ igx-prefix >
11
- < igx-select-item *ngFor ="let condition of conditions " [value] ="condition " [selected] ="isConditionSelected(condition) ">
11
+ < igx-select-item *ngFor ="let condition of conditions " [value] ="condition " [text] =" getConditionFriendlyName(condition) " [ selected] ="isConditionSelected(condition) ">
12
12
< igx-icon family ="imx-icons " [name] ="getCondition(condition).iconName "> </ igx-icon >
13
13
< span > {{translateCondition(condition)}}</ span >
14
14
</ igx-select-item >
You can’t perform that action at this time.
0 commit comments