mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(dgeni): fix output template
Template for @Outputs were still rengering since they were checking for @Inputs.
This commit is contained in:
2
scripts/docs/templates/common.template.html
vendored
2
scripts/docs/templates/common.template.html
vendored
@ -271,7 +271,7 @@ Improve this doc
|
|||||||
<$ inputTable(doc.inputs) $>
|
<$ inputTable(doc.inputs) $>
|
||||||
<@- endif -@>
|
<@- endif -@>
|
||||||
|
|
||||||
<@- if doc.inputs and doc.inputs.length @>
|
<@- if doc.outputs and doc.outputs.length @>
|
||||||
<!-- output events on the class -->
|
<!-- output events on the class -->
|
||||||
<h2>Element Output Attributes</h2>
|
<h2>Element Output Attributes</h2>
|
||||||
<$ inputTable(doc.outputs) $>
|
<$ inputTable(doc.outputs) $>
|
||||||
|
Reference in New Issue
Block a user