Open Riccardo-Andreatta opened 7 years ago
I think you might be running into a issue of multiple timer
on the same page. Possibly scope collisions?
Can you try it without ng-if
?
How can I achieve what I want without a ng-if
? Is there any options to do that?
Is there the option to have a custom visualisation of the count down? For example, I have something like the following
I would like that when there are no more days left, they disappear, and also the when there are no more hours left, and when there are no more minutes the seconds are shown.
I have tried to put them in a sort of ng-if statement but this solution does not work, so maybe I am doing something wrong?