diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 2de20a476e..d986312b9c 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -158,6 +158,9 @@ angular_controller: APIDemoCtrl <@ endif @> <$ doc.name | dashCase $> <@ else @> <$ doc.name $> +<@- if doc.directiveInfo @> +

<$ doc.directiveInfo.properties[0].values $>

+<@ endif -@> <@ endif @> <@ if doc.parent @> @@ -191,10 +194,6 @@ Improve this doc <@ endblock @> -<@- if doc.directiveInfo @> -

<$ doc.directiveInfo.type $>

-

<$ doc.directiveInfo.properties[0].name $>: <$ doc.directiveInfo.properties[0].values $>

-<@ endif -@> <@ if doc.usage @>