You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <code>marker-label</code> directive <strong>was</strong> used to create a marker with a label on an existing map as a child of the marker element / directive.
5
-
This directive has been removed and your should now use <ahref="#marker">marker</a> or <ahref="#markers">markers</a> options attribute. The label options are now combined all into one options object to handle all marker customizations.
5
+
This directive has been removed and your should now use <aui-sref="api.marker" class="ng-binding" href="#!/api">marker</a> or <aui-sref="api.markers" class="ng-binding" href="#!/api">markers</a> options attribute. The label options are now combined all into one options object to handle all marker customizations.
6
6
7
7
It was removed as the code is more maintainable where a MarkerLabel is now decided in the underlying MarkerChild which both Marker and Markers directives ultimately create.
0 commit comments