Hi, I am using ng-hide to hide content, and then upon clicking a header, it toggles a the ng-hide variable. When I toggle I also call $ionicScrollDelegate.resize() to account for the new content and avoid scroll issues.
This was working fine in my old version (the last beta one I think), but is not working now and I run into the issue where when you expand the content, you can't scroll until the view catches up.
Any suggestions? I do not see errors; I've also tried wrapping in a $timeout and it doesn't seem to do the trick.