From 9a6fa4b4c5dfc6aeba3f8044a4ded6851c677ae9 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 6 Nov 2015 22:05:14 +0000 Subject: [PATCH] js-api-docs: update `index.jade` use new dynamic API list data --- public/docs/js/latest/api/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/js/latest/api/index.jade b/public/docs/js/latest/api/index.jade index ab88700ddb..dd52c5cf65 100644 --- a/public/docs/js/latest/api/index.jade +++ b/public/docs/js/latest/api/index.jade @@ -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='{{ item.path }}') span(class='symbol {{ item.docType }}') | {{ item.title }}