fix(directives): remove dashCase pipe
This commit is contained in:
parent
4e89f01855
commit
e20f191429
@ -18,7 +18,7 @@
|
|||||||
h2 Inputs
|
h2 Inputs
|
||||||
.l-sub-section{% for binding, property in doc.inputs %}
|
.l-sub-section{% for binding, property in doc.inputs %}
|
||||||
h3.input
|
h3.input
|
||||||
code {$ property.bindingName | dashCase $}
|
code {$ property.bindingName $}
|
||||||
| bound to
|
| bound to
|
||||||
code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
|
code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
|
||||||
:marked
|
:marked
|
||||||
@ -30,7 +30,7 @@
|
|||||||
h2 Outputs
|
h2 Outputs
|
||||||
.l-sub-section{% for binding, property in doc.outputs %}
|
.l-sub-section{% for binding, property in doc.outputs %}
|
||||||
h3.output
|
h3.output
|
||||||
code {$ property.bindingName | dashCase $}
|
code {$ property.bindingName $}
|
||||||
| bound to
|
| bound to
|
||||||
code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
|
code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
|
||||||
:marked
|
:marked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user