Skip to content

Commit

Permalink
fix(buttons): restore TS 1.8 compatibility
Browse files Browse the repository at this point in the history
Fixes #1175

Closes #1176
  • Loading branch information
pkozlowski-opensource committed Jan 5, 2017
1 parent bd0ddfd commit 8cd6c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buttons/radio.ts
Expand Up @@ -22,6 +22,7 @@ export class NgbRadioGroup implements ControlValueAccessor {
private _disabled: boolean;

get disabled() { return this._disabled; }
set disabled(isDisabled: boolean) { this.setDisabledState(isDisabled); }

onChange = (_: any) => {};
onTouched = () => {};
Expand Down

0 comments on commit 8cd6c62

Please sign in to comment.