siddii / angular-timer

re-usable/inter-operable AngularJS timer directive ⛺

Home Page:http://siddii.github.io/angular-timer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why current changing locale

josx opened this issue · comments

I am using angular-timer with another moment based angular libs.
The problem is that if i set a locale in moment, angular-timer dont know about it.
So I think you should set moment locale as is (not hardcoding en).

https://github.com/siddii/angular-timer/blob/master/app/js/i18nService.js#L25