ezraroi / ngJsTree

Angular Directive for the famous JS Tree
http://ezraroi.github.io/ngJsTree/
MIT License
270 stars 101 forks source link

Error for Adding Children #121

Open smohammedyasin opened 6 years ago

smohammedyasin commented 6 years ago

hello,

I used below format but and i got error " Uncaught TypeError: Cannot read property 'id' of undefined"

{ id: '5', parent:'#', text: 'Books' }, children : [ { text: 'chappter1'},{ text: 'chappter2'}] }

thank you

Yasin