Updating scroll area after closing accordion

Using angular-ui’s accordion, I have a ionic content area with several accordion groups that can only open on at a time. What’s become an issue is that one group, which has a large amount of text, when it closes, the scroll area doesn’t update.

Now I know that the scroll area does have a method to update the the size

scope.$broadcast('scroll.resize');

But I haven’t used angular-ui too much so I’m not familiar to its methods. Any ideas?

1 Like