-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not display item data in the first run #16
Comments
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. |
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!
The text was updated successfully, but these errors were encountered: