Skip to content

Commit

Permalink
Minor comment edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jwshinjwshin committed Jun 26, 2017
1 parent 154b642 commit 0cd3139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/datepicker/datepicker-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export class MdDatepickerInput<D> implements AfterContentInit, ControlValueAcces
}
private _max: D;

/** Whether the datepicker-input is disabled. */
@Input()
get disabled() { return this._disabled; }
set disabled(value: any) {
Expand Down

0 comments on commit 0cd3139

Please sign in to comment.