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

why not allow a standard ui-view in the tab-pane? #60

Closed mareczek closed 8 years ago

mareczek commented 8 years ago

I don't want to do anything fancy, just display a standard tab-pane with a ui-view

rpocklin commented 8 years ago

I've had a lot of requests for this, so i'll make this happen either in the default template or an another way.

mareczek commented 8 years ago

will do, but first I'll have to think of a way to force uib-tabset not to create the tab-content node. With this solution, the ui-view should be present only once

rpocklin commented 8 years ago

Yes i've encountered the same issue. Seems to happen upstream (from ui-bootstrap) not sure if it's possible to change or maybe this directive should remove it explicitly.

rpocklin commented 8 years ago

Closing due to lack of activity.