My app is based on the ionic-starter-sidemenu project with an abstract app state and within it nested controller/views for each section of my app.
The problem that I have is it is excruciatingly slow whenever a tap triggers $state.go()
between any state that has a nested controller and view. (Several seconds on iPhone 4s, even between simple states).
Have any of you run into this same slowdown? Any known workarounds?