From 4b1943f0345402018b13565c1f81f36ba9e20480 Mon Sep 17 00:00:00 2001 From: mhartington Date: Wed, 10 Feb 2016 13:06:14 -0500 Subject: [PATCH] chore(dgeni): fix output template Template for @Outputs were still rengering since they were checking for @Inputs. --- scripts/docs/templates/common.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index dea028ad4c..4c3227f499 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -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 @>

Element Output Attributes

<$ inputTable(doc.outputs) $>