Open bitcoin url in external app
This commit is contained in:
parent
71448828f2
commit
037b6e9d01
4 changed files with 19 additions and 3 deletions
|
|
@ -10,10 +10,9 @@
|
|||
<ul>
|
||||
<li class="panel radius oh" ng-repeat="addr in addresses|removeEmpty|limitAddress:showAll">
|
||||
|
||||
<div class="large-8 small-6 column">
|
||||
<div class="large-8 small-6 column" ng-click="openAddressModal(addr)">
|
||||
<div class="ellipsis">
|
||||
<a href="#" ng-click="openAddressModal(addr)"><i
|
||||
class="fi-thumbnails"> </i></a>
|
||||
<i class="fi-thumbnails"> </i>
|
||||
<span><contact address="{{addr.address}}" tooltip-popup-delay="500" tooltip tooltip-placement="right"/></span>
|
||||
<small ng-if="addr.isChange">change</small>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue