Skip to content

Commit 8f8d9b5

Browse files
authored
Remove old JSDoc
1 parent c456d86 commit 8f8d9b5

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
@@ -103,8 +103,6 @@ export class MdSlideToggle extends _MdSlideToggleMixinBase
103103
/** Whether the label should appear after or before the slide-toggle. Defaults to 'after' */
104104
@Input() labelPosition: 'before' | 'after' = 'after';
105105

106-
/** Whether the slide-toggle element is checked or not */
107-
108106
/** Used to set the aria-label attribute on the underlying input element. */
109107
@Input('aria-label') ariaLabel: string | null = null;
110108

0 commit comments

Comments
 (0)