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: '
| Coinbase |
-
+
{{tx.vin[0].coinbase}}
|
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}}
-
+