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

Commit c4e87d9

Browse files
petebacondarwinnaomiblack
authored andcommitted
api-builder: fix jade formatting of indented constructor code
Closes #1662
1 parent 49a7bc3 commit c4e87d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
pre(class="prettyprint no-bg-with-indent")
3434
a(class="code-anchor" href="#constructor")
3535
code(class="code-background api-doc-code") {$ doc.constructorDoc.name $}
36-
code(class="api-doc-code") {$ paramList(doc.constructorDoc.parameters) | indent(8, false) | trim $}
36+
code(class="api-doc-code").
37+
{$ paramList(doc.constructorDoc.parameters) | indent(8, false) | trim $}
3738
{% endif %}
3839
{% if doc.members.length %}
3940
div(layout="column")

0 commit comments

Comments
 (0)