Skip to content

Commit

Permalink
Remove old JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Jul 5, 2017
1 parent c456d86 commit 8f8d9b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/slide-toggle/slide-toggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ export class MdSlideToggle extends _MdSlideToggleMixinBase
/** Whether the label should appear after or before the slide-toggle. Defaults to 'after' */
@Input() labelPosition: 'before' | 'after' = 'after';

/** Whether the slide-toggle element is checked or not */

/** Used to set the aria-label attribute on the underlying input element. */
@Input('aria-label') ariaLabel: string | null = null;

Expand Down

0 comments on commit 8f8d9b5

Please sign in to comment.