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' }}
thank you very much.
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' }}
thank you very much.