Open mattscotty opened 2 years ago
When developing with Knockout.JS I think its more readable to have a bit of whitespace;
<!-- ko if : a --> <th data-bind="text:'a'"></th> <!-- /ko -->
However, this could be reduced to;
<!--ko if:a--> <th data-bind="text:'a'"></th> <!--/ko-->
When developing with Knockout.JS I think its more readable to have a bit of whitespace;
However, this could be reduced to;