diff --git a/public/api-builder/angular.io-package/templates/var.template.html b/public/api-builder/angular.io-package/templates/var.template.html index 0d9850823a..7bfd41d225 100644 --- a/public/api-builder/angular.io-package/templates/var.template.html +++ b/public/api-builder/angular.io-package/templates/var.template.html @@ -1,9 +1,15 @@ {% include "lib/githubLinks.html" -%} +{% include "lib/paramList.html" -%} {% extends 'layout/base.template.html' %} {% block body %} include ../../_util-fns .l-main-section + h2(class="variable export") + pre.prettyprint + code. + export {$ doc.name $}{$ returnType(doc.returnType) $} + p.location-badge. exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } defined in {$ githubViewLink(doc) $}