Skip to content

Modal not refreshing #26

@aloknegi304

Description

@aloknegi304

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions