fix expiration date value

This commit is contained in:
Matias Alejo Garcia 2014-12-09 17:43:37 -03:00
commit 4b8702ed75
3 changed files with 10 additions and 4 deletions

View file

@ -47,8 +47,14 @@
<div ng-if="tx.merchant" class="size-12 m10v">
{{tx.merchant.pr.pd.memo}}
<div ng-if="tx.merchant.expirationDate" class="m10v">
<b>Expires</b>: {{tx.merchant.expirationDate | amTimeAgo }}
</div>
</div>
<div ng-if="tx.actionList[0]" class="m10v">
<b>Copayers Signatures</b>
<ul class="tx-copayers m10t" ng-if="tx.actionList[0]">