In angular-openlayers-directive, the marker directive uses a restrict: 'E' that allows using ng-repeat on it for easy manipulation on marker style and overlays. Why isn't that useful property here?
Already discussed from here. The conclusion is here. In resume, the strategy in angular-leaflet-directive was chosen as opposite of angular-openlayers-directive, for performance purpose, over conciseness.
In angular-openlayers-directive, the marker directive uses a
restrict: 'E'
that allows using ng-repeat on it for easy manipulation on marker style and overlays. Why isn't that useful property here?