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
This can be seen on the demo page too: http://rajeshwarpatlolla.github.io/TimePickerForIonicFramework/demo/#/tab/timepicker On decrementing the minutes using the arrow button, the value goes straight from, say 10 to 50 instead of 10 -> 00 -> 50. The increment functionality works as expected: 50 -> 00 -> 10
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
This has been fixed in the latest commit to the master branch. Please check it in the latest commit
No branches or pull requests
This can be seen on the demo page too: http://rajeshwarpatlolla.github.io/TimePickerForIonicFramework/demo/#/tab/timepicker
On decrementing the minutes using the arrow button, the value goes straight from, say 10 to 50 instead of 10 -> 00 -> 50.
The increment functionality works as expected: 50 -> 00 -> 10
The text was updated successfully, but these errors were encountered: