From 7934eca099824967cb0d58444b6044913de01c83 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 9 Sep 2015 15:24:47 -0300 Subject: [PATCH] Adds loading indicator while getting buy/sell prices --- public/views/buyGlidera.html | 7 +++++-- public/views/sellGlidera.html | 9 +++++++-- src/js/controllers/buyGlidera.js | 2 ++ src/js/controllers/sellGlidera.js | 2 ++ 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/public/views/buyGlidera.html b/public/views/buyGlidera.html index 202d9219f..d81b7931b 100644 --- a/public/views/buyGlidera.html +++ b/public/views/buyGlidera.html @@ -65,16 +65,19 @@ USD -
+
Buy {{buy.buyPrice.currency}} {{buy.buyPrice.subtotal}} in Bitcoin {{buy.buyPrice.qty}} BTC at {{buy.buyPrice.price}} {{buy.buyPrice.currency}}/BTC
-
+
(Enter the amount to get the exchange rate)
+
+ ... +
USD -
+
Sell {{sell.sellPrice.currency}} {{sell.sellPrice.subtotal}} in Bitcoin {{sell.sellPrice.qty}} BTC at {{sell.sellPrice.price}} {{sell.sellPrice.currency}}/BTC
-
+
(Enter the amount to get the exchange rate)
+ +
+ ... +
+