Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from briebugconsulting/develop
Browse files Browse the repository at this point in the history
update fa icon
  • Loading branch information
jessesanders authored Jan 27, 2017
2 parents 4578b1d + 4780f8e commit 1ed4f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/row.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const ROW_TEMPLATE = `
(click)="dataTable.rowClicked(_this, $event)"
>
<td [hide]="!dataTable.expandColumnVisible" (click)="expandRow($event)" class="row-expand-button">
<i [ngClass]="{'fa-caret-right': !expanded, 'fa-caret-bottom': expanded}"
<i [ngClass]="{'fa-caret-right': !expanded, 'fa-caret-down': expanded}"
class="fa fa-lg"></i>
</td>
<td [hide]="!dataTable.indexColumnVisible" class="index-column" [textContent]="displayIndex"></td>
Expand Down

0 comments on commit 1ed4f04

Please sign in to comment.