rpocklin / ui-router-tabs

Idiot-proof tab panes with route support using Angular.js + Bootstrap 3 + UI Router
Other
244 stars 57 forks source link

Tabs with dropdown and angular-permission support #86

Open itailulu opened 7 years ago

itailulu commented 7 years ago

Is it possible to have tabs with dropdowns like here? Also, does ui-router-tabs support the use permissions on states (via angular-permission, which support ui-router)

Thanks!

rob-pocklington-a139759 commented 7 years ago

Yes, tabs and pill are supported, use type: [ 'tabs' | 'pills' ]. Permissions on states, to allow selection or display? Selection disabling can by done by setting disable: true in the tabData tab you want disabled. To hide/show currently this is not an option, but could easily be added.