Hi there,
first of all, thanks for your great job with Absinthe :)
Now some issues...I've been trying to do the following:
1.Aplication starts.
2.If the user is logged in, then the app shows its session.Else, it goes to a login screen, using APP.navigate().
The show function in the controller never gets called. What should i do?
Also, when using M.Layout.extend().create(this), the view isn't showing, but it does with M.SwitchLayout.extend().create(this).
Thanks