api-index: fix urls to directive API docs

This commit is contained in:
Peter Bacon Darwin 2015-11-03 14:40:22 +00:00
parent e0f5261d3b
commit 8ec5b2bb83
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}