From fe35ba698fcc42b81f5362d9142163cfe6907af2 Mon Sep 17 00:00:00 2001 From: nexus-uw Date: Thu, 14 Mar 2019 04:10:17 +0000 Subject: prevent raw angluar templates from flashing on page load - when opening news app on lower end computer, the angular templates flash on the screen for about 1 second - angular directive doc: https://docs.angularjs.org/api/ng/directive/ngCloak --- templates/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index 1e95667c2..4b0408af1 100644 --- a/templates/index.php +++ b/templates/index.php @@ -27,6 +27,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
-- cgit v1.2.3