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 c2e0ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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
1 change: 0 additions & 1 deletion src/lib/datepicker/datepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {createMissingDateImplError} from './datepicker-errors';
import {ESCAPE} from '../core/keyboard/keycodes';
import {MdCalendar} from './calendar';
import {first} from '../core/rxjs/index';
import 'rxjs/add/operator/first';
import {coerceBooleanProperty} from '@angular/cdk';


Expand Down

0 comments on commit c2e0ecb

Please sign in to comment.