urish / angular-moment

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

{{date | amTimeAgo}} update #280

Open ptitdje45 opened 7 years ago

ptitdje45 commented 7 years ago

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 prefer the filter with a slow update.

Is it possible ? Thanks :)