Add copy to clipboard button
This commit is contained in:
parent
7d27ff70cb
commit
b60e8ed407
2 changed files with 9 additions and 0 deletions
|
|
@ -11,6 +11,9 @@
|
|||
</p>
|
||||
<button class="m15t button secondary" open-external address="{{address.address}}">
|
||||
<i class="fi-link"> </i> Open in external application
|
||||
</button><br><br>
|
||||
<button class="m15t button secondary" ng-show="isMobile" ng-click="mobileCopy(address.address)">
|
||||
<i class="fi-link"> </i> Copy to clipboard
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue