Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Apr 20, 2017
1 parent 1ddeeb5 commit f5bfa10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/list/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,11 @@ export class MdListItem implements AfterContentInit {
private _disableRipple: boolean = false;
private _isNavList: boolean = false;

// Variable needs to be public for AOT compilation.
_hasFocus: boolean = false;

/**
* Whether the ripple effect on click should be disabled. This applies only to list items that are
* part of a nav list. The value of `disableRipple` on the `md-nav-list` overwrites this flag.
* part of a nav list. The value of `disableRipple` on the `md-nav-list` overrides this flag.
*/
@Input()
get disableRipple() { return this._disableRipple; }
Expand Down

0 comments on commit f5bfa10

Please sign in to comment.