api-index: fix urls to directive API docs
This commit is contained in:
parent
e0f5261d3b
commit
8ec5b2bb83
|
@ -13,6 +13,6 @@ article(class="l-content-small grid-fluid docs-content")
|
|||
h3 {{ section.title }}
|
||||
ul.api-list
|
||||
li.api-item(ng-repeat='item in apiList[section.name] | filter: { title: apiFilter, docType: apiType }')
|
||||
a(ng-href='{{ section.name }}/{{ item.title }}-{{ item.docType === "directive" ? "class" : item.docType }}.html')
|
||||
a(ng-href='{{ section.name }}/{{ item.title }}-{{ item.docType }}.html')
|
||||
span(class='symbol {{ item.docType }}')
|
||||
| {{ item.title }}
|
||||
|
|
Loading…
Reference in New Issue