Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/lib/core/ripple/ripple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export class MdRipple implements OnChanges, OnDestroy {
@Input('mdRippleCentered') centered: boolean;

/**
* Whether click events will not trigger the ripple. It can still be triggered by manually
* calling createRipple()
* Whether click events will not trigger the ripple. Ripples can be still launched manually
* by using the `launch()` method.
*/
@Input('mdRippleDisabled') disabled: boolean;

Expand Down