Skip to content

Commit 58c5d17

Browse files
andrewseguintinayuangao
authored andcommitted
fix(ripple): rename selector for the ripple (#3482)
1 parent bbe9519 commit 58c5d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/ripple/ripple.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {RippleRef} from './ripple-ref';
1818
export const MD_DISABLE_RIPPLES = new OpaqueToken('md-disable-ripples');
1919

2020
@Directive({
21-
selector: '[md-ripple], [mat-ripple]',
21+
selector: '[md-ripple], [mat-ripple], [mdRipple], [matRipple]',
2222
exportAs: 'mdRipple',
2323
host: {
2424
'[class.mat-ripple]': 'true',

0 commit comments

Comments
 (0)