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.
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.
You have to use angular-moment.js
to display min ago
in chat window.
here is the github Repo #timeago-directive