fixed bug

This commit is contained in:
snoop 2018-03-19 20:19:33 +09:00
parent e0caf64828
commit 4c36e3bcee

View File

@ -70,7 +70,6 @@
[class.node-content-wrapper-active]="node.isActive" [class.node-content-wrapper-active]="node.isActive"
[class.node-content-wrapper-focused]="node.isFocused" [class.node-content-wrapper-focused]="node.isFocused"
(click)="clickCheck(node)"> (click)="clickCheck(node)">
<span [class]="node.data.className + 'Index'">{{ index }}</span>
<span [class]="node.data.className" [class.title]="true">{{ node.data.title }}</span> <span [class]="node.data.className" [class.title]="true">{{ node.data.title }}</span>
</div> </div>
<tree-node-children [node]="node" [templates]="templates"></tree-node-children> <tree-node-children [node]="node" [templates]="templates"></tree-node-children>