Skip to content

Commit

Permalink
fix(ripple): rename selector for the ripple (#3482)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored and tinayuangao committed Mar 9, 2017
1 parent bbe9519 commit 58c5d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/ripple/ripple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {RippleRef} from './ripple-ref';
export const MD_DISABLE_RIPPLES = new OpaqueToken('md-disable-ripples');

@Directive({
selector: '[md-ripple], [mat-ripple]',
selector: '[md-ripple], [mat-ripple], [mdRipple], [matRipple]',
exportAs: 'mdRipple',
host: {
'[class.mat-ripple]': 'true',
Expand Down

0 comments on commit 58c5d17

Please sign in to comment.