I am using Angularjs Sortable <https://github.com/RubaXa/Sortable> and want
horizontal drag and drop with edge scroll feature. I want exactly similar
feature veritical <http://jsbin.com/kohamakiwi/1/edit?html,js,output> but I
want it to be on horizontal for tabs but not vertical. When I try to use
ng-sortable directive on tab set, the tabs are not at all appearing. You
can find my work in progress plunker <http://plnkr.co/edit/1dMflH?p=preview>.
I have commented ng-sortable on tabset as it is not working. Can any one
help me in making it to work?
<uib-tabset ng-sortable="{animation:150}" class="list-group" style="overflow:
hidden; width: 80%;">
<uib-tab ng-repeat="tab in tabs" heading="{{tab.title}}"
active="tab.active" disable="tab.disabled">
{{tab.content}}
</uib-tab>
</uib-tabset>
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.