I am currently using angular ui and trying to detect when the accordion group changes. So far I have been unable to use jquery to listen to the height changes, etc. Any ideas?
Here is my code currently (in Jade):
accordion(close-others='true')
accordion-group(ng-repeat='data in dataArray',is-open='data.isOpen==true')
accordion-heading
h4 {{data.name}}
p my body goes here