refactor(segment): removed div wrapping segment buttons

references #356
This commit is contained in:
Brandy Carney
2015-11-03 10:32:28 -05:00
parent ff398d43ef
commit ead95ac738
4 changed files with 21 additions and 16 deletions

View File

@ -29,7 +29,7 @@ import {dom} from 'ionic/util';
inputs: [
'value'
],
template: '<div class="ion-segment"><ng-content></ng-content></div>',
template: '<ng-content></ng-content>',
directives: [forwardRef(() => SegmentButton)]
})
export class Segment extends Ion {