Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit f709d9d

Browse files
thorn0petebacondarwin
authored andcommitted
fix(ngdoc/macro.html): default param values are in doc.defaultValue property
Closes #58
1 parent ee0d888 commit f709d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngdoc/templates/lib/macros.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</td>
2525
<td>
2626
{$ param.description | marked $}
27-
{% if param.default %}<p><em>(default: {$ param.default $})</em></p>{% endif %}
27+
{% if param.defaultValue %}<p><em>(default: {$ param.defaultValue $})</em></p>{% endif %}
2828
</td>
2929
</tr>
3030
{% endfor %}

0 commit comments

Comments
 (0)