From e5f5e16f9a4a4382db2ef646fe2dacbf20d2b213 Mon Sep 17 00:00:00 2001
From: Simon Busborg
Date: Tue, 19 Jan 2016 15:17:39 +0100
Subject: [PATCH] Added ng-cloak to fix flickeren in
http://issues.umbraco.org/issue/U4-7762
Fixes flickering in U4-7762 Move document or media briefly show error- and success placeholders + odd position of checkmark at root level
---
src/Umbraco.Web.UI.Client/src/views/media/move.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/Umbraco.Web.UI.Client/src/views/media/move.html b/src/Umbraco.Web.UI.Client/src/views/media/move.html
index 8cca30770e..95c30dfc40 100644
--- a/src/Umbraco.Web.UI.Client/src/views/media/move.html
+++ b/src/Umbraco.Web.UI.Client/src/views/media/move.html
@@ -6,13 +6,13 @@
Choose where to move {{currentNode.name}} to in the tree structure below
-
+
{{error.errorMsg}}
{{error.data.Message}}
-
-
{{currentNode.name}} was moved underneath
+
+
{{currentNode.name}} was moved underneath
{{target.name}}