From 8c853c093653405c70552c7ddb5bfeb60fc8e91d Mon Sep 17 00:00:00 2001 From: David McGrath Date: Sat, 2 Dec 2017 20:52:20 -0500 Subject: [PATCH] fix loading screen it needs to be inside the directive, so that it gets replaced when the app loads --- Roomie.Web.AngularWebsite/src/index.html | 90 ++++++++++++------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/Roomie.Web.AngularWebsite/src/index.html b/Roomie.Web.AngularWebsite/src/index.html index 8756d9f9..54004308 100644 --- a/Roomie.Web.AngularWebsite/src/index.html +++ b/Roomie.Web.AngularWebsite/src/index.html @@ -21,55 +21,55 @@ - -
-
-
-
- -
-
- +
+
+
+
+ +
+
+ +
-
- - -
+ #loading-screen > style, + #loading-screen > script + { + display: none + } + + +
+