We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4540c commit 3736e66Copy full SHA for 3736e66
app/js/i18nService.js
@@ -21,8 +21,9 @@ app.factory('I18nService', function() {
21
this.language = this.fallback;
22
}
23
24
+ // Require user to set moment locale independently of angular-timer.
25
//moment init
- moment.locale(this.language); //@TODO maybe to remove, it should be handle by the user's application itself, and not inside the directive
26
+ //moment.locale(this.language); //@TODO maybe to remove, it should be handle by the user's application itself, and not inside the directive
27
28
//human duration init, using it because momentjs does not allow accurate time (
29
// momentJS: a few moment ago, human duration : 4 seconds ago
0 commit comments