Why don't you make chat-detail
state child of abstract state that doesn't contain tabs?
so you will have
- App. (abstract)
- App.Tabs (abstract with tabs. template)
- App.Tabs.Dashboard
- App.Tabs.Chat
- App.Tabs.Settings
- App.Chat-Detail
Why don't you make chat-detail
state child of abstract state that doesn't contain tabs?
so you will have
- App. (abstract)
- App.Tabs (abstract with tabs. template)
- App.Tabs.Dashboard
- App.Tabs.Chat
- App.Tabs.Settings
- App.Chat-Detail