Nested ion-nav-views not working properly

Hey there ,

I’ve noticed that if you nest more than 3 ion-nav-view tags, the $stateProvider is not able to insert the proper template.

Here is the plunkr:

Just go to contacts.somethingElse.html and uncomment the ui-view.

Now I don’t see a problem is using ui-view ( it’s a small inconsistency ) , but I’m asking whether this might impact other directives - many of which I’m not familiar as to what do they do exactly - , like ion-content, ion-scroll , ion-view, ion-pane.

For example if you nest an ion-content inside an ui-view the content will be absolutely positioned on top of the screen, covering everything else ( just try it in the plunkr I’ve just sent ) .