mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
9 lines
397 B
Plaintext
9 lines
397 B
Plaintext
.map-container
|
|
%map{"ng-controller" => "MapCtrl"}
|
|
%ui-gmap-google-map{options: "map.additional_options", center: "map.center", zoom: "map.zoom",
|
|
styles: "map.styles", draggable: "true"}
|
|
%map-osm-tiles
|
|
%map-search
|
|
%ui-gmap-markers{models: "OfnMap.enterprises", fit: "true",
|
|
coords: "'self'", icon: "'icon'", click: "'reveal'"}
|