Skip to content

Commit 6b13b69

Browse files
committed
Merge pull request angular-ui#1650 from irisSchaffer/website
Repaired broken links
2 parents 6129519 + 436925c commit 6b13b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/directive/marker-label.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<span class="label label-danger" >OBSOLETE / REMOVED</span>
33
<p>
44
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 <a href="#marker">marker</a> or <a href="#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 <a ui-sref="api.marker" class="ng-binding" href="#!/api">marker</a> or <a ui-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.
66

77
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.
88
</p>

0 commit comments

Comments
 (0)