build(docs-infra): add method overload index (#24976)

PR Close #24976
This commit is contained in:
Pete Bacon Darwin 2018-08-13 06:56:39 +01:00 committed by Kara Erickson
parent 6902977665
commit 68dfa04f8a
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
{% for overload in method.overloads %}
<div>
<h5 class="icon-action-header no-anchor">
<span>Overload #_ of {$ method.overloads.length $}</span>
<span>Overload #{$ loop.index $} of {$ method.overloads.length $}</span>
<i class="material-icons">expand_more</i></h5>
{$ renderOverloadInfo(overload, cssClass + '-overload', method) $}
{% if not loop.last %}<hr class="hr-margin">{% endif %}