include own notifications in ticker

This commit is contained in:
Matias Alejo Garcia 2016-08-31 15:23:44 -03:00
commit d14f5306e3
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,15 @@
<span class="wallet-activity">
<div ng-if="x.types.indexOf('NewOutgoingTx')>=0">
<span>Payment Sent </span>
<div class="wallet-activity-amount">
{{x.amountStr}}
</div>
</div>
<div ng-if="x.types.indexOf('NewIncomingTx')>=0">
<span>Payment Received</span>
<div class="wallet-activity-amount">
@ -39,4 +49,3 @@
<time class="wallet-activity-note-child">{{ x.createdOn * 1000 | amTimeAgo}}</time>
</p>
</span>