hi ,
I Am trying to add a slider in custom widget with the code :
<div ng-init='lightPanleModel={
name: "volume",
item: "CenterLightDimmer",
floor : 0,
ceil: 100,
step: 5,
hidelabel : true,
hidelimits: true,
vertical: "true",
showTicks:true
}'>
<widget-slider ng-model="lightPanleModel"/>
</div>
also I made some changes in the css style , but it’s never look the same when using the builtin slider widget
also the options like ‘showTicks’ is not working in my template
see the image :
can someone tell me what went wrong ?
thank you all .