I'm currently using an angularjs timer to create a countdown display.
The timer directive provides values for hours, minutes, and seconds as integers. However, I would like these values to be displayed as two digits each. For example: 01, 02, 03, 04, etc.
Does anyone know of a filter or directive that can help achieve this?