diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 6e03c8aa11..c90fd49560 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -28,7 +28,7 @@ angular_controller: APIDemoCtrl <@ endif @> <@- endmacro -@> <@ macro paramTable(params, isDirective) -@> - +
@@ -207,7 +207,10 @@ Improve this doc <@ endif @> <@ if method.returns @> -* Returns: <$ typeInfo(method.returns) $> +
+ +Returns: <$ typeInfo(method.returns) $> +
<@ endif @> <@ endfor -@>
<@ if isDirective @>Attr<@ else @>Param<@ endif @>