I have a AngularJs App where we use UI.Bootstrap Tabs to create and delete workspaces.
I'm wanting to use X-editable to edit the name of the workspace/tab but within the tab-header directive:
<tab-heading>
<span editable-text="item.title">{{item.title}}</span>
</tab-heading>
As it is, it comes up with an inline edit on-click, but does not update the scope on save.
Heres' the fiddle: http://jsfiddle.net/RDfTu/