@pangratz give a answer in emberjs - how to mark active menu item using router infrastructure
The question is why when i change {{outlet "navigation"}}
to {{view App.NavigationView}}
, NavigationView.selected
is undefined?
@pangratz give a answer in emberjs - how to mark active menu item using router infrastructure
The question is why when i change {{outlet "navigation"}}
to {{view App.NavigationView}}
, NavigationView.selected
is undefined?
I think using {{view App.NavigationView controllerBinding="App.router.navigationController"}} should make your code working. Thanks to this question: connectOutlets from root state called before initialization?