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

handle format 's%' more than 60 #13

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

ltdeta
Copy link
Contributor

@ltdeta ltdeta commented Nov 3, 2016

i use a timer with format: 's%' but values greater than 60 seconds are not display properly

{ seconds: 60, format 's%' } => timer display value is 60, 59, 58 .... 0

{ seconds: 120, format 's%' } => timer display value should be 120, 119, 118....

@ltdeta
Copy link
Contributor Author

ltdeta commented Jul 26, 2018

+1

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.

1 participant