Problems with scroll in Ionic App on iOS

I have an Ionic + Angular app that I run on iOS device. I have a set of views there and I use a standard Ionic’s animation to go from one view to another (view1 -> view2 and etc). My problem is that when I go from view2 to view1 if I start to scroll content right after the transition happened, the scroll will jump at some moment. It looks like the Angular/Ionic re-render something during the scroll and scroll jumps. It’s interesting that I see this bug only if I go from view2 to view1; if I go from view1 to view2 I don’t see this bug.

Are there ways of how this behaviour can be improved?

Here is a video: https://yadi.sk/i/fI31I03TPu9xcA

Here is a repo with the test project:https://github.com/annmirosh/ionic-scroll-problem-demo