fix(directives): remove dashCase pipe

This commit is contained in:
Sebastian Müller 2016-01-10 19:23:57 +01:00 committed by Naomi Black
parent 4e89f01855
commit e20f191429
1 changed files with 2 additions and 2 deletions

View File

@ -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