Skip to content

Commit

Permalink
fix(segment): add missing input
Browse files Browse the repository at this point in the history
Closes #8371
  • Loading branch information
mhartington committed Sep 30, 2016
1 parent 50afa15 commit 0052480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/segment/segment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 0052480

Please sign in to comment.