From d6a91c6bb5fe696c35816c49b22e4270660fb21c Mon Sep 17 00:00:00 2001 From: William KOZA Date: Thu, 9 Feb 2017 18:42:19 +0100 Subject: [PATCH] API(template class) : Add space after static keyword (#3131) --- .../angular.io-package/templates/class.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/api-builder/angular.io-package/templates/class.template.html b/tools/api-builder/angular.io-package/templates/class.template.html index 7dff4df7b2..469e41be18 100644 --- a/tools/api-builder/angular.io-package/templates/class.template.html +++ b/tools/api-builder/angular.io-package/templates/class.template.html @@ -22,7 +22,7 @@ div(layout="row" layout-xs="column" class="ng-cloak") {% if doc.statics.length %} div(layout="column") {% for member in doc.statics %}{% if not member.internal %} - pre(class="prettyprint no-bg-with-indent") static + pre(class="prettyprint no-bg-with-indent") static  a(class="code-anchor" href="#{$ member.name $}-anchor") code(class="code-background api-doc-code") {$ member.name | indent(6, false) | trim $} code(class="api-doc-code") {$ params.paramList(member.parameters) | indent(8, false) | trim $}{$ params.returnType(member.returnType) $}