Angularjs accordion ng-click on panel-header

后端 未结 3 1718
有刺的猬
有刺的猬 2021-02-01 04:42

In AngularJS UI Bootstrap I want to activate isopen when panel-heading is clicked, but I couldn\'t find a way. In this version is activated onl

3条回答
  •  [愿得一人]
    2021-02-01 05:19

    What you need to do is change the accordion-group.html template such that it makes the header take the ng-click event.

    
    

    Then in your code specify it as the template-url for the accordion-group

    
    

    Example: http://plnkr.co/edit/EXUgyNi8hrqQbh5maJUx?p=preview

提交回复
热议问题