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
What you need to do is change the accordion-group.html template such that it makes the header take the ng-click event.
accordion-group.html
ng-click
{{heading}}
Then in your code specify it as the template-url for the accordion-group
accordion-group
Example: http://plnkr.co/edit/EXUgyNi8hrqQbh5maJUx?p=preview