urish / angular-moment

Moment.JS directives for Angular.JS (timeago and more)
MIT License
2.6k stars 397 forks source link

Deeper moment duration support #264

Open connormlewis opened 7 years ago

connormlewis commented 7 years ago

I would like to have more control over how this directive formats durations. This is not something that is supported directly by the momentjs library, but there is another project called moment-duration-format that allows the duration objects to be formatted very precisely. It can be found here: https://github.com/jsmreese/moment-duration-format.

Is this something you would be interested in having support for?