You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: