Missing commas are fun

This commit is contained in:
Brandy Carney
2015-10-29 16:56:25 -04:00
parent 50f14ec0cc
commit fe72e781be

View File

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