我目前正在使用 angular ui 并尝试检测手风琴组何时更改。到目前为止,我一直无法使用 jquery 来收听高度变化等。有什么想法吗?
这是我目前的代码(在 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