Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3339828

Browse files
chalinnaomiblack
authored andcommitted
chore(api-builder): use Jade include rather than Harp partial
1 parent b38939c commit 3339828

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/api-builder/angular.io-package/templates/module.template.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
ul
99
{% for page in doc.childPages -%}
1010
li
11-
!= partial("{$ relativePath(doc.path, '../../../_includes/_hover-card') $}", {name: "{$ page.title $}", url: "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}" })
11+
- var name = "{$ page.title $}";
12+
- var url = "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}";
13+
include {$ relativePath(doc.path, '../../../_includes/_hover-card') $}
1214
{% endfor %}
13-
{% endblock %}
15+
{% endblock %}

0 commit comments

Comments
 (0)