Navigate from tabs layout, to tabs layout

I’m working on an Ionic 1 project, wherein I have the first page, which is a tab layout, for login and register. After logging in, it redirects to another tabs layout, with 3 tabs. The problem is the first page has a “tabs-top” attribute, whereas the next page has a “tabs-bottom” attribute, which doesn’t seem to be working. The functionality is as expected, but the layout isn’t as required. Anything to fix this?

Are your the tab view STATES on the second page nested properly. Refer to UI-Router functionality for more.

Is there a link I can refer to?