docs(segment): add disabled input to documentation (#10167)

* Add Input property disabled to documentation.

* Update segment.ts
This commit is contained in:
Lukas Jakob
2017-01-31 01:42:27 +01:00
committed by Brandy Carney
parent f9a8ff696e
commit 47ed69e7a4

View File

@ -70,7 +70,7 @@ export class SegmentButton {
constructor(private _renderer: Renderer, private _elementRef: ElementRef) {}
/**
* @private
* @input {boolean} disabled state of the button. Optional.
*/
@Input()
get disabled(): boolean {