fix(directives): remove dashCase pipe
This commit is contained in:
parent
4e89f01855
commit
e20f191429
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue