a tree with multi checkbox ,can slide toggle

angular 1.2 or later
#parameters
inputModel like
[{
id:1,
name:'jonh',
checked:false,
children:[
{
id:2,
name:'jack',
checked:false,
children:[{
id:7,
name:'rose',
checked:false
}]
},
{
id:3,
name:'fancy',
checked:false
}
]
},{
id:4,
name:'mike',
checked:true,
children:[
{
id:5,
name:'susan',
checked:true
}
]
},{
id:6,
name:'stark',
checked:true
}]
outputModel is a json array which must be definded in controller
-
Notifications
You must be signed in to change notification settings - Fork 0
kingeight/angular-multicheckbox-tree
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
a tree with multi checkbox
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published