Ionic scroll error

My scroll areas are not updating and resizing to my dynamic content so some of it is always being cut off at the end;
Has any one else had this problem?

any code-examples?

its a nested view on some pages; but most of it is after a ng-repeater. I am running an update only after my my code delay. So on some pages it will load but on most it will cut it off. Should I be running the scroll update on teh call back from the completion of my ng repeater? I think I just answered my own question. Now I need to create a call back for my dynamic content. Unless someone has a better way to update my scroll content with dynamic content.

could you post your html code of the view?

typically the ionic-framework updates ion-content scrollsize on its own.