I have this working example fiddle of ember routing http://jsfiddle.net/C7LrM/102/
I want to change the ApplicationController to ApplicationzController lije this http://jsfiddle.net/C7LrM/102/
and call
router.get('applicationzController').connectOutlet('profile');
but it doesnt work, is ApplicationController just a name or something more? What am i doing wrong.
I am working on a single componenet of a bigger application, so i love to keep my componentController at the top of my stack, and use the routes/states internally for my component.