Skip to content

Commit 7b3de83

Browse files
josephperrottvivian-hu-zz
authored andcommitted
chore: remove orphaned duplicate comment (#13433)
1 parent 72ccd8b commit 7b3de83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/slide-toggle/slide-toggle.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ export class MatSlideToggle extends _MatSlideToggleMixinBase implements OnDestro
135135
/** Whether the label should appear after or before the slide-toggle. Defaults to 'after' */
136136
@Input() labelPosition: 'before' | 'after' = 'after';
137137

138-
/** Whether the slide-toggle element is checked or not */
139-
140138
/** Used to set the aria-label attribute on the underlying input element. */
141139
@Input('aria-label') ariaLabel: string | null = null;
142140

0 commit comments

Comments
 (0)