You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it updates the "view" parameter as expected without reloading HeaderCtrl or ContentCtrl. But if I, after that call
$state.go('app.search', {query: 'mykeyword'});
Then both HeaderCtrl and ContentCtrl are reloaded (including the views). I don't use "{notify: false}" in the first call, then the controllers are reloaded in the first call, but not in the second one.
I need to update "view" on "app" state with reloading everything and then be able to call "app.search" without reloading HeaderCtrl and ContentCtrl, why I used "{notify: false}" on the first call. I don't want to reload these controllers at all.
Thanks for any help!
The text was updated successfully, but these errors were encountered:
UI-Router 0.2.15
This can be related to #1387
I have the following states:
If I call
it updates the "view" parameter as expected without reloading HeaderCtrl or ContentCtrl. But if I, after that call
Then both HeaderCtrl and ContentCtrl are reloaded (including the views). I don't use "{notify: false}" in the first call, then the controllers are reloaded in the first call, but not in the second one.
I need to update "view" on "app" state with reloading everything and then be able to call "app.search" without reloading HeaderCtrl and ContentCtrl, why I used "{notify: false}" on the first call. I don't want to reload these controllers at all.
Thanks for any help!
The text was updated successfully, but these errors were encountered: