Open mustafabereket opened 8 years ago
Anyone can help me with this?
I had the same problem - for me it was that wiredep was not adding in the jquery.nestable.* files.
i am having same problem, it happens in angular version
Hi mustafabereket.
I had the the same issue. I fixed it by including lib/jquery.nestable.js.
But it seems that $item isn't evaluated.
The variable "$element" in ngNestableItem link function is an instance of jQlite and the data("item") is undefined. using jQuery($element[0]) seems to work.
I already added jquery.nestable.js, so I am curious what is the reason? What else can I do? Can you let me know you there is something else to do?
For me, inlcude the jquery.nestable.js solved "root.nestable is not a function" error. Try to include jquery before the angular.js file. It solves empty list for me.
Finally, i will use this: http://angular-ui-tree.github.io/angular-ui-tree/#/basic-example
Hi,
I am trying to use this nestable, but I have a problem:
When I first go into the page, it shows the nestable list and its tree fine, however their names doesnt show up. Everything works fine after I refresh the page, but it doesnt work when I first go to the page and I get this error: "root.nestable" is not a function
Any help would be so appreciated. Thanks!