My Ionic project is based on multiple abstract states.
Here you can see a codepen example
http://codepen.io/anon/pen/qdWepO?editors=101
Whats happening:
- no nav tranisition for the first view
- nav transition for second view comes from left, but whole view comes from right
I know i could solve it by using no abstracts and a flat state hierarchie, but maybe somebody has tips to get a working solution anyway.
Do not wonder why i don’t use abstract: true flag, there is a known issue with ionic and abstract views.
Thanks
kirrg001