kamilkp / ng-nestable

Angular module for jQuery nestable plugin
http://kamilkp.github.io/ng-nestable
MIT License
62 stars 34 forks source link

Can not modify the content of ng-nestable #21

Open StupidPig0818 opened 8 years ago

StupidPig0818 commented 8 years ago

ng-nestable with angular-xeditable together

With angular-xeditable to modify the content of div that can be moved, how do it?

now, i can move div block,but the content can not modify with angular-xeditable. div(ng-nestable, ng-model='structureNestable') .structure .block span .name .form-control-static a(href='#', editable-text='$item.name') {{ $item.name || 'empty' }} 111 thank you very much.