Transitions don't work when using ui-sref

Hi guys,

I’ve just updated to the latest beta version (from beta 4 to beta 11) and transitions stopped working on ui-sref links. Looks like it fades in now instead of sliding. Manual $state.go and $location.path still work fine. Any suggestion?

Regards,
Anatoly

Please close this. I found the issue. The reason was the following: I used <div ui-view></div>. Now I replaced it with <ion-nav-view></ion-nav-view> and everything works as expected.

Let’s not remove this thread. I made the same mistake coming from Angular and being used to work with ui-view.