I need minutestep to be updated dynamically, how can be acheived
Closed this issue · 3 comments
rssaranece94 commented
<datetimepicker data-ng-model="BreakTime2" data-on-set-time="onTimeSet(newDate, oldDate)"data-datetimepicker-config="{ startView: 'hour', minuteStep: {{minuteStepmodal}}, dropdownSelector: '.dropdown-toggle' }">
rssaranece94 commented
Thanks, I fixed in before render function.
dalelotts commented
I'm not sure what you did in the before-render callback, but you might consider using configureOn since it is designed for this purpose.
niketpatil commented
@dalelotts Can you give any example? How to use configueOn option??