Merge pull request #3373 from gabrielbazan7/feat/time-format

change tx-details time format
This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-30 15:23:00 -03:00
commit c10264b698

View file

@ -66,7 +66,8 @@
<li ng-if="btx.time" class="line-b p10 oh">
<span class="text-gray" translate>Date</span>:
<span class="right">
<time>{{ btx.time * 1000 | amCalendar}}</time>
<time>{{ btx.time * 1000 | amDateFormat:'MM/DD/YYYY HH:mm a'}}</time>
<time>({{ btx.time * 1000 | amTimeAgo}})</time>
</span>
</li>
<li class="line-b p10" ng-show="btx.action != 'received'">