Short description of the problem:
Using an icon in "ion-segment-button" breaks the CSS. Moreover, it would be convenient to have a badge system like tabs (cf #6636).
Code example :
<ion-segment light [(ngModel)]="curSegment">
<ion-segment-button value="toAccept">
<ion-icon item-left name="flash"></ion-icon>//bad render
toAccept
<ion-badge danger item-right>{{challengesToAccept.length}}</ion-badge> //bad render
</ion-segment-button>
</ion-segment>
Which Ionic Version? 2.x beta 8
Tested under android and browser.

Short description of the problem:
Using an icon in "ion-segment-button" breaks the CSS. Moreover, it would be convenient to have a badge system like tabs (cf #6636).
Code example :
Which Ionic Version? 2.x beta 8

Tested under android and browser.