Fix groups map view

This commit is contained in:
Bing Xie
2016-05-13 15:44:34 +10:00
parent f90e7d3239
commit ba2d5548ff

View File

@@ -40,6 +40,7 @@
.map-container
%map{"ng-if" => "(active(\'\') && (mapShowed = true)) || mapShowed"}
%google-map{options: "map.additional_options", center: "map.center", zoom: "map.zoom", styles: "map.styles", draggable: "true"}
%map-search
%markers{models: "mapMarkers", fit: "true",
coords: "'self'", icon: "'icon'", click: "'reveal'"}