Merge pull request #8372 from driftyco/fix/ionSegment

fix(segment): add missing input
This commit is contained in:
Manu Mtz.-Almeida
2016-09-30 23:49:58 +02:00
committed by GitHub

View File

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