angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Controller 'uibTabset', required by directive 'uibTabContentTransclude', can't be found! #6715

Closed baj84 closed 5 years ago

baj84 commented 5 years ago

Hi,

I'm using angular 1.7 with redux and a component architecture.

I have a component which is using ui-tabs and is then included in another view via it's component name. e.g. <my-tab-component></my-tab-component>

It works fine, until on state change it throws this error. Controller 'uibTabset', required by directive 'uibTabContentTransclude', can't be found!

I believe this issue is related to #5350

But since the post angularjs has introduced components, so i'm hoping someone has got it working with them?

icfantv commented 5 years ago

Closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.