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 4e5cf08 commit 1453d17Copy full SHA for 1453d17
src/lib/list/list.ts
@@ -153,7 +153,7 @@ export class MdListItem extends _MdListItemMixinBase implements AfterContentInit
153
154
/** Whether this list item should show a ripple effect when clicked. */
155
_isRippleDisabled() {
156
- return !this._isNavList || this.disableRipple || this._list.disableRipple;
+ return !this._isNavList || this.disableRipple || this._navList.disableRipple;
157
}
158
159
_handleFocus() {
0 commit comments