From 1766da9d60c0affcf6381d3f4aa5982cefca8c42 Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Fri, 19 May 2017 15:23:37 +1000 Subject: [PATCH] Adding ng-cloak directive to changeable orders banner --- app/views/enterprises/shop.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/enterprises/shop.html.haml b/app/views/enterprises/shop.html.haml index 2dd7b63b09..10677b1bfe 100644 --- a/app/views/enterprises/shop.html.haml +++ b/app/views/enterprises/shop.html.haml @@ -8,7 +8,7 @@ = inject_shop_enterprises %shop.darkswarm - .alert-box.changeable-orders-alert.info.animate-show{ ng: { show: "alert.visible && alert.html" } } + .alert-box.changeable-orders-alert.info.animate-show{ ng: { show: "alert.visible && alert.html", cloak: true } } %span{ ng: { bind: { html: "alert.html" } } } %a.close{ ng: { click: "alert.close()" } } ×