angular-ui bootstrap tabs reorder orderBy
I am using angular and angular-ui-bootstrap tabs. I would live to use the
orderBy or be able to dynamically reorder the tabs.
I created this plunkr
<tab ng-repeat="tab in tabs | orderBy:disabled" heading="{{tab.title}}"
active="tab.active" disabled="tab.disabled">
No comments:
Post a Comment