Skip to content

Commit

Permalink
docs: fix demo to show progress for pink toast (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr authored Aug 27, 2024
1 parent 5461eb4 commit e688d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pink.toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import { Toast, ToastrService, ToastPackage } from '../lib/public_api';
</div>
</div>
<div *ngIf="options.progressBar">
<div class="toast-progress" [style.width]="width + '%'"></div>
<div class="toast-progress" [style.width]="width() + '%'"></div>
</div>
`,
animations: [
Expand Down

0 comments on commit e688d80

Please sign in to comment.