ghempton / ember-layout-example

Example application using ember-layout and ember-routemanager
http://codebrief.com
37 stars 5 forks source link

state not maintained #3

Open sipte opened 12 years ago

sipte commented 12 years ago

The state is not maintained while I switch between tabs,

e.g. If I have clicked section 3 in Layout Nesting tab. switch to home and then again switch to Layout Nesting, I get Section 1 contents, instead of Section 3

sipte commented 12 years ago

Can you please look into this.

I think adding activeChild instead of active property of Ember.LayoutState can help in solving this. but how to achieve it.