Adding ng-cloak directive to changeable orders banner

This commit is contained in:
Rob Harrington
2017-05-19 15:23:37 +10:00
parent 15ee62aaa8
commit 1766da9d60

View File

@@ -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()" } } ×