-
Notifications
You must be signed in to change notification settings - Fork 57
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
ngx timer not resertting to 0 on the date part #71
Comments
Your link stackblitz.com/edit/ngx-countdown-setup-mfbxtp seems to be broken, can you fix this? |
@cipchk The link is working fine for me. But this is all i had over there - |
@rohit-jagannath Maybe duplcated of #49 |
I can confirm that this problem still exists. <countdown [config]="{ leftTime: 10, format: 'dd:HH:mm:ss' }"> stops at 01:00:00:00 |
About more than 24 hours demo via https://github.com/cipchk/ngx-countdown/blob/master/src/app/components/more-than-24-hours.component.ts |
Bug Report or Feature Request (mark with an
x
)Current behavior
The data part in
<countdown [config]="{ leftTime: 10, format: 'dd:HH:mm:ss' }"></countdown>
is not getting reset to 00 after countdown timer stops.Currently it is being displayed as below:
01:00:00:00.
This will give a wrong impression to end users.
Stackblitz link: https://stackblitz.com/edit/ngx-countdown-setup-mfbxtp
Expected behavior
The timer should display like below after timer stops.
00:00:00:00.
Environment
The text was updated successfully, but these errors were encountered: