From e769ef7d0bac50b438e483e7a15a1e68e0f85b4f Mon Sep 17 00:00:00 2001 From: Benedict Aas Date: Wed, 7 Feb 2018 13:36:02 +0000 Subject: [PATCH] feat(GUI): replace ng-show and ng-hide with ng-if We replace `ng-show/hide` with `ng-if` on the main page in order to remove unnecessary calls and become more efficient. Changelog-Entry: Replace ng-show/hide with ng-if on main page. Change-Type: patch --- lib/gui/app/pages/main/templates/main.tpl.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/gui/app/pages/main/templates/main.tpl.html b/lib/gui/app/pages/main/templates/main.tpl.html index 91d15cb7..2ff5cc3f 100644 --- a/lib/gui/app/pages/main/templates/main.tpl.html +++ b/lib/gui/app/pages/main/templates/main.tpl.html @@ -7,7 +7,7 @@
-
+
-
+
-