From cc1d758ebad39db6880c17da3952e583d8862d58 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 15 Sep 2015 12:49:22 +0100 Subject: [PATCH] chore(doc-gen): fix incorrect description field in class template Closes #4191 --- docs/angular.io-package/templates/class.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/angular.io-package/templates/class.template.html b/docs/angular.io-package/templates/class.template.html index a51fc5fb08..b8bdd56691 100644 --- a/docs/angular.io-package/templates/class.template.html +++ b/docs/angular.io-package/templates/class.template.html @@ -8,7 +8,7 @@ p.location-badge. defined in {$ githubViewLink(doc) $} :markdown -{$ doc.moduleDoc.description | indent(2, true) | trimBlankLines $} +{$ doc.description | indent(2, true) | trimBlankLines $} {%- if doc.decorators %} .l-main-section