Hi, I tried my code in jsFiddle and I found the problem. I added an external file angular.treeview.js and embeded this within the head of my html file => this doesn't work. Now I added directly the javascript code of treeview at the end of my javascript file and this works. I forgot, I must add the jquery library.
Thanks Am Sonntag, 9. Februar 2014 15:31:51 UTC+1 schrieb Aadithya Udupa: > > Did you try the example code at http://jsfiddle.net/eu81273/8LWUc/18/ > Even after that if you facing a problem, please add a jsFiddle of your > code and someone on this list will be able to help you. > > > On Sun, Feb 9, 2014 at 7:54 PM, pacha <[email protected] > <javascript:>>wrote: > >> Hi, >> >> I am new in AngularJS and I find the framework great. I try to test the >> treeview at http://ngmodules.org/modules/angular.treeview#usage but it >> doesn't work for me. I don't know why: >> I attached the data(html and js), you can see what I did. >> >> The html shows only the 2 inputs buttons and the input text. No treeview >> appears. >> >> Thanks for help. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "AngularJS" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Regards, > Aadithya C Udupa > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
