Fix Search: open tx detail
This commit is contained in:
parent
91f8dccc1b
commit
5771b22c68
2 changed files with 10 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
|
||||
<div class="list">
|
||||
<div class="item" ng-repeat="btx in txHistorySearchResults track by btx.txid" ng-click="openTxModal(btx)">
|
||||
<div class="item" ng-repeat="btx in txHistorySearchResults track by btx.txid" ng-click="openTx(btx)">
|
||||
|
||||
<span class="item-note text-right">
|
||||
<span class="size-16" ng-class="{'text-bold': btx.recent}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue