Skip to content

Commit

Permalink
fix(button): change tl-loader for tl-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
genssauer committed Aug 26, 2019
1 parent 0f5b418 commit ed989ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/truly-ui/src/components/button/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<tl-icon *ngIf="iconBeforeText">{{ iconBeforeText }}</tl-icon>
<span class="label" *ngIf="!isLoading">{{ text }}</span>
<span class="label" *ngIf="isLoading">{{ textLoading }}</span>
<tl-loader [color]="loaderColor" *ngIf="isLoading"></tl-loader>
<tl-icon [lib]="'fa'" [animation]="'spin'" [color]="loaderColor" *ngIf="isLoading">spinner</tl-icon>
<tl-icon *ngIf="iconAfterText">{{ iconAfterText }}</tl-icon>
</div>
<tl-icon *ngIf="iconAddonAfter"
Expand Down

0 comments on commit ed989ef

Please sign in to comment.