If you have a tab view and click on a link that isn't a child of the tab view it will load in the parent 'nav-view' directive which is good. However once that link is clicked you'll notice that the slide transition isn't in effect anymore and the back button disappears.
Here is a CodePen to see what i'm talking about: http://codepen.io/vialware/pen/wgmLE3
Steps to reproduce:
Click on 'Sign in'
In home click on the 'No Tab' button (no transition and no back button)
Click on 'No Tab 2' everything returns
Is there a way to prevent the tab view from resetting some type of history? That is my only thought as to what might going on here.