File tree Expand file tree Collapse file tree
src/app/lists/list/list-item-selection Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111< div class ="list-sample ">
1212 < igx-list >
13- < igx-list-item isHeader ="true "> Contacts</ igx-list-item >
13+ < igx-list-item [ isHeader] ="true "> Contacts</ igx-list-item >
1414 < igx-list-item [ngClass] ="contact.selected ? 'selected' : '' "
1515 (click) ="selectItem(contact) "
1616 *ngFor ="let contact of contacts | igxFilter: filterContacts; ">
17- < igx-avatar igxListThumbnail [src] ="contact.photo " roundShape ="true "> </ igx-avatar >
17+ < igx-avatar igxListThumbnail [src] ="contact.photo " [ roundShape] ="true "> </ igx-avatar >
1818 < span igxListLineTitle > {{ contact.name }}</ span >
1919 < span igxListLineSubTitle > {{ contact.phone }}</ span >
2020 < igx-icon igxListAction [style.color] ="contact.isFavorite ? 'orange' : 'lightgray' " (click) ="toggleFavorite(contact, $event) "> star</ igx-icon >
You can’t perform that action at this time.
0 commit comments