I am using angularjs timer to build a countdown display.
The timer directive returns value of hours, minutes and seconds as integer. Means, 1,2,3,.... But I want to display these values as 2 digits. like, 01,02,03,04,......
Is there any filter or directive to accomplish this?