Mahmoud Mosalman
Mahmoud Mosalman
@ocombe I guess your comment is incomplete!
RTL support please!
This is my map config in the controller: ``` js angular.extend($scope, { center: { lat: 31.91, lng: 54.31, zoom: 7 }, events: {}, layers: { baselayers: { OSM: { name:...
You should call `openPopup` method to display it: ``` js onEachFeature: function(feature, layer) { layer.bindPopup(formatMessage(row, dimensionsAndMetrics)).openPopup(); } ```
That's my question too.
I mean adding these files to `main` array in `bower.json`