fix(segment): add missing input

Closes #8371
This commit is contained in:
mhartington
2016-09-30 17:22:32 -04:00
parent 50afa15543
commit 00524806c4

View File

@ -197,6 +197,7 @@ export class Segment extends Ion {
/**
* @input {string} The mode to apply to this component.
*/
@Input()
set mode(val: string) {
this._setMode('segment', val);
}