diff --git a/packages/list/list-item.ts b/packages/list/list-item.ts
index 9abab51f6..484a2e842 100644
--- a/packages/list/list-item.ts
+++ b/packages/list/list-item.ts
@@ -106,7 +106,7 @@ export class MdcListItemSecondary {
'(click)': '_emitChangeEvent()',
'(keydown)': '_onKeydown($event)'
},
- template: '',
+ template: '',
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
providers: [MdcRipple]