From 8f1d267c00bc3b90ea41af0f813ce8883f8c058a Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Wed, 11 Jun 2014 17:54:21 +0300 Subject: [PATCH] Add pace, to indicate while things are loading (#24) --- rd_ui/app/index.html | 2 ++ rd_ui/bower.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/rd_ui/app/index.html b/rd_ui/app/index.html index 52ebe0f3..b0b481ab 100644 --- a/rd_ui/app/index.html +++ b/rd_ui/app/index.html @@ -15,6 +15,7 @@ + @@ -115,6 +116,7 @@ + diff --git a/rd_ui/bower.json b/rd_ui/bower.json index d266fd2c..ff90bb80 100644 --- a/rd_ui/bower.json +++ b/rd_ui/bower.json @@ -23,7 +23,8 @@ "angular-ui-select2": "~0.0.5", "underscore.string": "~2.3.3", "marked": "~0.3.2", - "bucky": "~0.2.6" + "bucky": "~0.2.6", + "pace": "~0.5.1" }, "devDependencies": { "angular-mocks": "~1.0.7",