Romz

Results 8 comments of Romz

I think the problem is on plugin.xml ``` ``` try to change /cordova/plugins to /plugins

Did you try to open "PRIVATE/platforms/android/res/xml/config.xml"? config-file markup append its child (here plugin markup) into the targeted file to the "parent" element. Check if there is a plugins element on...

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.

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