-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi Alex,
When the modal is hardcoded like below the tree works fine.
$scope.basicTree = [{
name: "Node 1",
children: [{
name: "Node 1.1",
children: [{ name: "Node 1.1.1" }, { name: "Node 1.1.2" }]
}]
}, {
name: "Node 2",
children: [{ name: "Node 2.1" }, { name: "Node 2.2" }]
}]
Later in my code when the modal gets updated, the tree is not updated..
Alok
Metadata
Metadata
Assignees
Labels
No labels