Having a timestamp, for example 1519357500, is it possible to send it in this form to html and convert it into date format inside interpolation?
I've tried to do it like this but it doesn't work:
{{moment($ctrl.myTimestamp).format('MMMM Do YYYY, h:mm:ss a')}}