It's a callback for loading geoJSON file by map-data in ng-map? My code looks simple:
<ng-map map-type-control="false" zoom-to-include-markers="true">
<map-data load-geo-json="myPlace.geojson"></map-data>
</ng-map>
My GeoJSON loads some time and I would like to add some angular Spinner for this load time. It is any possible to do this?