txps refresh WIP

This commit is contained in:
Matias Alejo Garcia 2016-08-23 10:18:43 -03:00
commit ac68106cbf
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
6 changed files with 20 additions and 11 deletions

View file

@ -13,6 +13,7 @@
</head>
<body>
<div notifications="right top"></div>
<ion-nav-view></ion-nav-view>
<script src="lib/ionic.bundle.min.js"></script>

View file

@ -30,7 +30,7 @@
<span>
- {{tx.amountStr}}
</span>
<div class="item item-divider">
<div class="item-note">
{{tx.wallet.name}} &middot; <time>{{ (tx.ts || tx.createdOn ) * 1000 | amTimeAgo}}</time>
</div>
</li>