This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Using ui.sortable with angular ui.bootstrap.tabs have a weird interaction #248
Open
Description
If you look at the following plunker http://plnkr.co/edit/0qeS4x?p=preview
if we place tabs inside tabset you will see that the drag moves all of the tabs heading not just the one selected.
If you seperate them like in version 2 on the same plunker it works. Is there something i am doing wrong or is it a bug/missing feature?
TY