Skip to content

Commit 960d7eb

Browse files
devversionmmalerba
authored andcommitted
docs(ripple): remove outdated createRipple method in docs (#5497)
* Replaces the outdated `createRipple()` method with the new `launch()` method in the docs. Fixes #5480
1 parent 41942d4 commit 960d7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/core/ripple/ripple.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export class MdRipple implements OnChanges, OnDestroy {
5757
@Input('mdRippleCentered') centered: boolean;
5858

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

0 commit comments

Comments
 (0)