-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CountdownController): New configuration value
padZeros
to cont…
…rol whether hours, minutes and seconds are output as zero-padded or not. Also fixed `removeUnused` behaviour. (#351) The default is "true" so if you are expecting hours minutes and seconds to be unpadded, you'll need to add data-countdown-pad-zeros="false" to your controller elements.
- Loading branch information
Showing
3 changed files
with
96 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters