We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41942d4 commit 960d7ebCopy full SHA for 960d7eb
src/lib/core/ripple/ripple.ts
@@ -57,8 +57,8 @@ export class MdRipple implements OnChanges, OnDestroy {
57
@Input('mdRippleCentered') centered: boolean;
58
59
/**
60
- * Whether click events will not trigger the ripple. It can still be triggered by manually
61
- * calling createRipple()
+ * Whether click events will not trigger the ripple. Ripples can be still launched manually
+ * by using the `launch()` method.
62
*/
63
@Input('mdRippleDisabled') disabled: boolean;
64
0 commit comments