chore(dgeni): fix output template

Template for @Outputs were still rengering since they were checking for
@Inputs.
This commit is contained in:
mhartington
2016-02-10 13:06:14 -05:00
parent 8d571ea96d
commit 4b1943f034

View File

@ -271,7 +271,7 @@ Improve this doc
<$ inputTable(doc.inputs) $>
<@- endif -@>
<@- if doc.inputs and doc.inputs.length @>
<@- if doc.outputs and doc.outputs.length @>
<!-- output events on the class -->
<h2>Element Output Attributes</h2>
<$ inputTable(doc.outputs) $>