mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Adding ng-cloak directive to changeable orders banner
This commit is contained in:
@@ -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()" } } ×
|
||||
|
||||
|
||||
Reference in New Issue
Block a user