diff --git a/tools/api-builder/angular.io-package/templates/directive.template.html b/tools/api-builder/angular.io-package/templates/directive.template.html index 509ae915ac..54fe6ff370 100644 --- a/tools/api-builder/angular.io-package/templates/directive.template.html +++ b/tools/api-builder/angular.io-package/templates/directive.template.html @@ -18,7 +18,7 @@ h2 Inputs .l-sub-section{% for binding, property in doc.inputs %} h3.input - code {$ property.bindingName | dashCase $} + code {$ property.bindingName $} |  bound to  code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $} :marked @@ -30,7 +30,7 @@ h2 Outputs .l-sub-section{% for binding, property in doc.outputs %} h3.output - code {$ property.bindingName | dashCase $} + code {$ property.bindingName $} |  bound to  code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $} :marked