recidive / choko

Choko Framework
http://choko.org
MIT License
25 stars 9 forks source link

When logging out, user menu isn't replaced by sign in link #252

Open recidive opened 9 years ago

recidive commented 9 years ago

This is actually a problem when rendering a page after a redirect.

I've started debugging this and could notice that when mergePanels() is called in ApplicationController the incoming panels are already there, seems some kind of race condition or asynchronous code oddity.

recidive commented 9 years ago

It looks like it solved by itself with latest angular, need to test more.