0

i have to display the time difference from the current time in angularjs .

created time 2015-09-01T10:59:00.568Z

current time 2015-09-01T11:00:00.568Z.

can anyone know how to display 1 min ago in a chat application window.

Jenson Raby
  • 769
  • 2
  • 6
  • 26
  • 1
    possible duplicate of [Use jQuery timeago or momentjs and AngularJS together](http://stackoverflow.com/questions/14774486/use-jquery-timeago-or-momentjs-and-angularjs-together) – Chad Nouis Sep 01 '15 at 14:58

1 Answers1

1

You have to use angular-moment.js to display min ago in chat window.

here is the github Repo #timeago-directive

gaurav bhavsar
  • 2,033
  • 2
  • 22
  • 36