refactor call tx modal
This commit is contained in:
parent
64b879fcd3
commit
1cfd4c733f
8 changed files with 90 additions and 77 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<div ng-if="!fetchingNotifications">
|
||||
<div class="list card">
|
||||
<div class="item" ng-repeat="x in notifications" ng-click="x.action()">
|
||||
<div class="item" ng-repeat="notification in notifications" ng-click="openTxModal(notification)">
|
||||
<span ng-include="'views/includes/walletActivity.html'"></span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue