mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-17 04:34:24 +00:00
16 lines
506 B
Plaintext
16 lines
506 B
Plaintext
- content_for :scripts do
|
|
%script{src: "//maps.googleapis.com/maps/api/js?sensor=false"}
|
|
|
|
= inject_json "enterprisesForMap" , "enterprises_for_map", collection: @enterprises
|
|
|
|
%map{"ng-controller" => "MapCtrl"}
|
|
%span{"ng-repeat" => "marker in OfnMap.enterprises"}
|
|
{{ marker.visible }}
|
|
|
|
%google-map{center: "map.center", zoom: "map.zoom", styles: "map.styles", draggable: "true"}
|
|
|
|
%markers{models: "OfnMap.enterprises", fit: "true",
|
|
coords: "'self'", icon: "'icon'", click: "'reveal'"}
|
|
|
|
|