From e20f191429d0604b9814b6b1ab049ca77c34b8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Sun, 10 Jan 2016 19:23:57 +0100 Subject: [PATCH] fix(directives): remove dashCase pipe --- .../angular.io-package/templates/directive.template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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