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

Double initialisation of child state controller #61

Closed mareczek closed 8 years ago

mareczek commented 8 years ago

Hi there!

I configured the two child states in the router passing the name of the controller. When the view loads on the page with tabs the controller is initialised twice. Did you also encounter this behaviour?

Thanks

rpocklin commented 8 years ago

Can you please create a plunkr that reproduces this?

mareczek commented 8 years ago

false alarm, it's because of the ui-view being present multiple times (on each tab content)