Merge pull request #1082 from yemel/feature/mobile-clipboard
Feature/mobile clipboard
This commit is contained in:
commit
352185e66c
9 changed files with 291 additions and 1 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