Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
how to bind tree structure using angular
suman goud
8y
270
1
Reply
i want to bind tree view using angular in list (li), accordion or other
angular code
$scope.groups = [
{
ID: 1,
Name: "parent",
ParentID:0
},
{
ID: 2,
Name: "child",
ParentID: 1
},
{
ID: 3,
Name: "subchild1",
ParentID: 2
},
{
ID: 4,
Name: "subchild2",
ParentID: 2
}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
does anyone knows a good calender c#
difference between list and dictionary in c#