diff --git a/app/views/shared/menu/_alert.html.haml b/app/views/shared/menu/_alert.html.haml
index 7c3aa899e0..8978a0b06c 100644
--- a/app/views/shared/menu/_alert.html.haml
+++ b/app/views/shared/menu/_alert.html.haml
@@ -1,8 +1,8 @@
-.text-center.home-alert
+.text-center.home-alert{ "ofn-inline-alert" => true, ng: { show: "visible" } }
.alert-box
%a.alert-cta{href: "http://www.openfoodnetwork.org", target: "_blank"}
%h6
Interested in selling food on the Open Food Network?
%strong Start here
%i.ofn-i_054-point-right
- %a.close{href: "#{}"} ×
\ No newline at end of file
+ %a.close{ ng: { click: "close()" } } ×