From 0cabaf6de9f6a45a63d52914c2e2ca96412c12e8 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Wed, 15 Jan 2014 10:34:25 -0300 Subject: [PATCH] loading message before finish async request --- public/views/address.html | 3 +++ public/views/block.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/views/address.html b/public/views/address.html index 028eec73..bcafe336 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -50,6 +50,9 @@ + + Loading... + {{tx.txid}} {{tx.time * 1000 | date:'medium'}} diff --git a/public/views/block.html b/public/views/block.html index d44a57d4..b843503f 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -82,9 +82,6 @@

Transactions Transactions contained within this block

-
- Loading... -
@@ -95,6 +92,9 @@ + + +
Loading...
{{tx.txid}} {{tx.time * 1000 | date:'medium'}}