[SEBA-747] Upgraded loader to show real-time progress istead of using a time-out

Change-Id: Iafea32e3b15461dc8b6859f0e4b1813150e362d5
diff --git a/src/index.html b/src/index.html
index 0eba668..ea0c97a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -31,12 +31,12 @@
   </head>
 
   <body class="{{class}}">
-    <ui-view></ui-view>
     <div ng-show="::false">
       <div class="loader">
         Loading
       </div>
     </div>
+    <ui-view></ui-view>
   </body>
   <script type="text/javascript" src="./app.config.js"></script>
   <script type="text/javascript" src="./style.config.js"></script>