angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.54k stars 3k forks source link

Parent controller reloaded with child content when creating nested states dynamically #3567

Closed zipper01 closed 6 years ago

zipper01 commented 6 years ago

This is a:

My version of UI-Router is: 1.0.3

General Query

Please see the detailed problem description and demo. On $state.go to the nested state1.state2.state3 at level 3 from state1.state2, the contents in the view of state1.state2 changed to the contents of state1.state2.state3.

Plunker is here: http://plnkr.co/edit/cCyjhklE0zsYUywnlT7Q?p=preview