mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
Missing commas are fun
This commit is contained in:
@ -28,7 +28,7 @@ import {dom} from 'ionic/util';
|
|||||||
selector: 'ion-segment',
|
selector: 'ion-segment',
|
||||||
inputs: [
|
inputs: [
|
||||||
'value'
|
'value'
|
||||||
]
|
],
|
||||||
template: '<div class="ion-segment"><ng-content></ng-content></div>',
|
template: '<div class="ion-segment"><ng-content></ng-content></div>',
|
||||||
directives: [forwardRef(() => SegmentButton)]
|
directives: [forwardRef(() => SegmentButton)]
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user