Skip to content

Commit 84b0a25

Browse files
committed
fix: add support for ibm prefixed selectors
Signed-off-by: Akshat Patel <akshat@live.ca>
1 parent a81bff7 commit 84b0a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contained-list/contained-list-item.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
type="button"
1818
[disabled]="disabled"
1919
(click)="onClick()">
20-
<ng-content select="[ibmContainedListItemButton]"></ng-content>
20+
<ng-content select="[cdsContainedListItemButton],[ibmContainedListItemButton]"></ng-content>
2121
</button>
2222
</ng-container>
2323
<ng-container *ngIf="!clickable">

0 commit comments

Comments
 (0)