open txp modal from recent activity

This commit is contained in:
Javier 2016-09-21 11:38:38 -03:00
commit b146d40539
4 changed files with 38 additions and 9 deletions

View file

@ -19,7 +19,7 @@
<div ng-if="!fetchingNotifications">
<div class="list card">
<div class="item" ng-repeat="notification in notifications" ng-click="openTxModal(notification)">
<div class="item" ng-repeat="notification in notifications" ng-click="openNotificationModal(notification)">
<span ng-include="'views/includes/walletActivity.html'"></span>
</div>