Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-common / client / app / services / utils / utils.service.js
index 1cbb3ca..2b12188 100644 (file)
             }
             return false;
         }
+        
+        showLoadingLayer() {
+               $("#loadLayer").css('display','inline');
+        }
+        
+        hideLoadingLayer() {
+               $("#loadLayer").css('display','none');
+        }
 
     }
     UtilsService.$inject = ['$log'];