Skip to content
New issue

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

Ability to add minute step greater than 60 #313

Open
wants to merge 4 commits into
base: gh-pages
Choose a base branch
from

Conversation

ibrahimabdo
Copy link

No description provided.

if (this.minuteStep > 60) {
var hourStep = Math.floor(this.minuteStep / 60);
minuteStep -= (hourStep * 60);
if (minuteStep == 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

=== please; this fails lint checks

@mrhota
Copy link
Collaborator

mrhota commented Dec 7, 2015

Please add some unit tests when you get a chance. Thanks for contributing!

@mrhota
Copy link
Collaborator

mrhota commented Dec 7, 2015

also, if you could squash this into one commit, that would be great.

@yoyo837
Copy link

yoyo837 commented Mar 30, 2018

Has the maintainer given up on this repo?

yoyo837 added a commit to yoyo837/goon-bootstrap-timepicker that referenced this pull request Mar 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants