Integrate moment.js and its angular bindings.

This commit is contained in:
yackob03 2013-09-27 15:26:30 -04:00
parent 98dc20542c
commit 4354b32288
4 changed files with 10 additions and 3 deletions

View file

@ -39,7 +39,7 @@
<div id="current-image">
<dl class="dl-horizontal">
<dt>Created</dt>
<dd>{{ currentTag.image.created }}</dd>
<dd am-time-ago="parseDate(currentTag.image.created)"></dd>
<dt>ID</dt>
<dd>{{ currentTag.image.id }}</dd>