如何检测何时在Angular UI中选择了Accordion Group?

时间:2013-06-22 22:30:42

标签: twitter-bootstrap angularjs accordion angular-ui

我目前正在使用角度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

0 个答案:

没有答案
相关问题