Angular timer not working on iOS device

Hi All,

I am using ionic framework to build my iOS app.
I’ve a place where I need to show x days, y hours, z minutes left for an end date. For this, I am using Angular-time.js http://siddii.github.io/angular-timer/ - This works fine on web browser, but when I build it for iOS and deploy on an actual device, it shows me 0 Days, 0 hours, 0 minutes!!

Can some one help me understand why this is happening?

Thanks,
Vamshi

Giving it a try right now, hold on

Hmm I was able to get it to work on an actual device. Are you seeing any issue in your console?

http://www.dreamincode.net/forums/topic/225332-javascript-countdown-clock-not-working-in-ie-or-ios/

it seems like the date should be in a specific format as “mm/dd/yyyy 00:00:00” for it to be displayed on iOS device. I manipulated my date string and it worked for a moment - but now I got a new issue, where the screen became blank white full screen - not understanding what could be the problem!