Make only the address icon clickable
This commit is contained in:
parent
5a79256b0c
commit
236e7b91be
2 changed files with 15 additions and 3 deletions
|
|
@ -10,9 +10,9 @@
|
|||
<ul>
|
||||
<li class="panel radius oh" ng-repeat="addr in addresses|removeEmpty|limitAddress:showAll">
|
||||
|
||||
<div class="large-8 small-6 column" ng-click="openAddressModal(addr)">
|
||||
<div class="ellipsis">
|
||||
<i class="fi-thumbnails"> </i>
|
||||
<div class="large-8 small-6 column">
|
||||
<div class="ellipsis list-addr">
|
||||
<i class="fi-thumbnails size-48" ng-click="openAddressModal(addr)"> </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