diff --git a/package.json b/package.json index 99581e6..25a47f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flosight-ui", "description": "An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.", - "version": "5.0.0-beta.66", + "version": "5.0.0-beta.67", "repository": "git://github.com/bitpay/flosight-ui.git", "bugs": { "url": "https://github.com/bitpay/flosight-ui/issues" diff --git a/public/src/js/directives.js b/public/src/js/directives.js index 5bbf558..a5b0c54 100644 --- a/public/src/js/directives.js +++ b/public/src/js/directives.js @@ -46,7 +46,9 @@ angular.module('flosight') scope: { dataClipboardText: '=dataClipboardText' }, template: '
Copied!
', link: function(scope, elm) { - var clip = new ClipboardJS(elm); + var clip = new ClipboardJS('.btn-copy', { + text: scope.dataClipboardText + }); // clip.on('load', function(client) { // var onMousedown = function(client) { diff --git a/public/views/address.html b/public/views/address.html index 59fc895..a54af7c 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -4,7 +4,7 @@

Address

{{address.addrStr}} - +
Final Balance {{$root.currency.getConvertion(address.balance) || address.balance + ' BTC' }} @@ -25,7 +25,7 @@
Address {{address.addrStr}} - +

Summary confirmed

diff --git a/public/views/block.html b/public/views/block.html index d6725f7..7ad570e 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -15,7 +15,7 @@ Hash {{block.hash}}

- +
@@ -39,7 +39,7 @@
BlockHash {{block.hash}} - +

Summary

@@ -75,7 +75,7 @@ Merkle Root
- + {{block.merkleroot}}
diff --git a/public/views/transaction.html b/public/views/transaction.html index a82cee3..7de8be5 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -6,7 +6,7 @@

Transaction

{{tx.txid}} - +
@@ -43,7 +43,7 @@
Transaction {{tx.txid}} - +

Summary

@@ -82,7 +82,7 @@ diff --git a/public/views/transaction/tx.html b/public/views/transaction/tx.html index 10ac62e..776616e 100644 --- a/public/views/transaction/tx.html +++ b/public/views/transaction/tx.html @@ -5,7 +5,7 @@ {{tx.txid}} - +
@@ -95,7 +95,7 @@

scriptSig

{{item}}

-

+
@@ -175,7 +175,7 @@

scriptPubKey

{{vout.scriptPubKey.asm}} - +
@@ -194,7 +194,7 @@
Included in Block {{tx.blockhash}} - +
@@ -214,7 +214,7 @@
floData: {{tx.floData}} - +
Coinbase
- + {{tx.vin[0].coinbase}}