mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Missing commas are fun
This commit is contained in:
@ -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)]
|
||||
})
|
||||
|
Reference in New Issue
Block a user