dalelotts/angularjs-bootstrap-datetimepicker

I need minutestep to be updated dynamically, how can be acheived

Closed this issue · 3 comments

<datetimepicker data-ng-model="BreakTime2" data-on-set-time="onTimeSet(newDate, oldDate)"data-datetimepicker-config="{ startView: 'hour', minuteStep: {{minuteStepmodal}}, dropdownSelector: '.dropdown-toggle' }">

Thanks, I fixed in before render function.

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.

@dalelotts Can you give any example? How to use configueOn option??