Skip to content

Commit 81be5ff

Browse files
fix(client/templates): fix options input
1 parent 03c99c2 commit 81be5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/cli/src/app/templates/templates.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { ITreeOptions } from 'angular-tree-component';
1919
</tree-root>
2020
2121
<h3>treeNodeWrapper</h3>
22-
<tree-root id="tree2" [focused]="true" [nodes]="nodes2" [options]="options2">
22+
<tree-root id="tree2" [focused]="true" [nodes]="nodes2" [options]="options1">
2323
<ng-template #treeNodeWrapperTemplate let-node let-index="index">
2424
<input type="checkbox"><span>&rarr;</span>
2525
<span [class]="node.data.className" [class.title]="true">{{ node.data.title }}</span>

0 commit comments

Comments
 (0)