We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ! Is the minute-step option works for you ?
My template :
<p class="input-group"> <input type="text" class="form-control" enable-date="false" timepicker-options="vm.timePickerOptions" initial-picker="time" datetime-picker="HH:mm" ng-model="vm.rawValue" is-open="vm.isOpen" /> <span class="input-group-btn"> <button type="button" class="btn btn-default" ng-click="vm.openCalendar($event, prop)"><i class="fa fa-clock-o"></i></button> </span> </p>
My controller :
this.timePickerOptions = { 'show-meridian': false, 'minute-step': 5, 'mousewheel': false };
If I do that, the minute buttons doesn't work anymore.
Vincent.
The text was updated successfully, but these errors were encountered:
if you typing javascript, options should be passed in pascelCase, not snake-case. Snake-case is for HTML only
Sorry, something went wrong.
No branches or pull requests
Hi !
Is the minute-step option works for you ?
My template :
My controller :
If I do that, the minute buttons doesn't work anymore.
Vincent.
The text was updated successfully, but these errors were encountered: