Skip to content

Commit

Permalink
Remove unnecessary template.
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Jan 12, 2017
1 parent 9cd40b2 commit 2eae46a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion src/lib/core/selection/pseudo-checkbox/pseudo-checkbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type MdPseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate';
encapsulation: ViewEncapsulation.None,
selector: 'md-pseudo-checkbox',
styleUrls: ['pseudo-checkbox.css'],
templateUrl: 'pseudo-checkbox.html',
template: '',
host: {
'[class.md-pseudo-checkbox-indeterminate]': 'state === "indeterminate"',
'[class.md-pseudo-checkbox-checked]': 'state === "checked"',
Expand Down

0 comments on commit 2eae46a

Please sign in to comment.