diff --git a/tools/api-builder/angular.io-package/templates/module.template.html b/tools/api-builder/angular.io-package/templates/module.template.html index 7f19dd44c5..9df13dae5f 100644 --- a/tools/api-builder/angular.io-package/templates/module.template.html +++ b/tools/api-builder/angular.io-package/templates/module.template.html @@ -8,6 +8,8 @@ p.location-badge. ul {% for page in doc.childPages -%} li - != partial("{$ relativePath(doc.path, '../../../_includes/_hover-card') $}", {name: "{$ page.title $}", url: "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}" }) + - var name = "{$ page.title $}"; + - var url = "{$ relativePath(doc.moduleFolder, page.exportDoc.path) $}"; + include {$ relativePath(doc.path, '../../../_includes/_hover-card') $} {% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %}