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 345f55c commit cc4540cCopy full SHA for cc4540c
dist/angular-timer.js
@@ -376,8 +376,9 @@ app.factory('I18nService', function() {
376
this.language = this.fallback;
377
}
378
379
+ // Require user to set moment locale independently of angular-timer.
380
//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
381
+ //moment.locale(this.language); //@TODO maybe to remove, it should be handle by the user's application itself, and not inside the directive
382
383
//human duration init, using it because momentjs does not allow accurate time (
384
// momentJS: a few moment ago, human duration : 4 seconds ago
0 commit comments