urish / angular-moment

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

moment().fromNow() in angular-moment? #283

Open mescalito opened 7 years ago

mescalito commented 7 years ago

How can I do this moment().fromNow() in angular-moment?

<div class="date pull-right"> {{ a.Alert.date }}...</div>

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!