FYI - on Koala I removed ngRoute (from the list of included angular code) and all worked well on Koala. Now on Lynx, I have had to add ngRoute back again because I was getting route provider errors (even though all my code has moved over to state not routes)
In case that helps anyone
On Koala, I was able to set within on stateChangeStart - $animate.enabled(false) - and that would force a transition to be an immediate load, not a left / right animation.
On Lynx, setting $animate.enabled(false) meant no animation, but no change of page to the new page either (which to me, meant just a blank screen). May be a bug, may just be something that we have to live with now
Thanks a lot, this error drive me crazy because I don’t understand it. I’m new with ionic and angular. Please upgrade the documentation. If I can help to modify the doc please teach me how and I can help another noob’s like me