angular-moment
angular-moment copied to clipboard
Moment.JS directives for Angular.JS (timeago and more)
Hi Community ! Simple question, How to change 14:00 to 14h00 ? {{route.date_aller | amDateFormat:'dddd Do MMMM'}} à {{route.heure_aller}} Loic.
How I can avoid seconds in `am-time-ago="message.createdAt"` and simply get transition from 'now' to '1m'?
In my app, I have to show a to-do list where the lists are saved in date format like “2016-02-06” (YYYY-MM-DD) in sql. When I show those data in the...
When using ui-router the locale is only loaded correctly on the first page. After triggering a route change it defaults back to the default browser language. I worked around this...
If moment-timezone is enabled, and set angularMomentConfig.timezone to some timezone, when the browser local timezone is not the same with angularMomentConfig.timezone, amTimeAgo will give different text on element's title and...
Is there a way to put a default value if the time value is null or undefined. Example if I pass null or 0 as a time interval for time...
am-time-ago with a date that is less than 1 day (24 hours) but greater than 20 hours in the future show "in 1 day" where it should be for example...
Hi, Nice work, How I can get values in my angular controller? like if click on Yesterday button , I'm unable to catch the values in my controller, I have...
Hello! I would love to see more granular approach with `amDifference` filter. For example, I want to display minutes for small differences, days for bigger differences and month for even...
Or a more generic filter as https://libraries.io/github/dotSlashLu/moment-filter did? I need display a datetime in the format "fromNow()" of moment returned, and a filter would be useful since I'm using it...