angular-moment icon indicating copy to clipboard operation
angular-moment copied to clipboard

Moment.JS directives for Angular.JS (timeago and more)

Results 51 angular-moment issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, How to passing object date to my ng-model using format amDateFormat:'YYYY-MM-DD'?

Per https://github.com/urish/angular-moment/issues/169#issuecomment-137506646 and https://github.com/urish/angular-moment/issues/231#issuecomment-198778131 filters do not auto update. Please document this as well as workarounds.

I just upgraded to 1.0.0 and `amMomentConfig.timezone` doesn't seem to do anything anymore. It used to be that the following would always display in the set timezone: ``` html {{...

How can I do this moment().fromNow() in angular-moment? ` {{ a.Alert.date }}...` How can I format variable "a.Alert.date"? this is not working: moment(a.Alert.date).fromNow(). In SO: http://stackoverflow.com/questions/41472376/how-to-moment-fromnow-in-angular-moment Thanks!

Hi, The text being displayed for "am-time-ago" directive like "few seconds ago, a minute ago" for the given time is not matching. Some times the text changes before "few seconds"...

Is there any tricks which not destroy the performance to update the view each time the {{date | amTimeAgo}} change ? I know that the directive do that, but i...

I want to use like this: {{message.date | amDateFormat:'jDD jMMMM'}} but the output isn't right. tnx

as per the current moment.js docs, moment.locale() is deprecated (and produces warnings in the console). it should be replaced with updateLocale() https://github.com/moment/moment/issues/3043#issuecomment-197017584

we are having a hybrid app, in that if a mobile device time is set wrongly time ago directive is giving unprecedented results, can we set our own time parameter...

Hi. How can I change the locale to specific language and the calendar show the translated month and day names correctly? I tried to set in controller, and app.run but...