I'm dealing with an Angular ui-bootstrap accordion issue. Right now, I can't seem to click and open the entire heading panel; only the heading label (Title) is clickable and opens the accordion. Any assistance you could provide would be greatly appreciated. Thank you in advance! Here is my HTML:
<uib-accordion close-others="oneAtATime">
<div uib-accordion-group is-open="sv.isOpen" class="panel-default" id="{{ sv.domId }}" heading="{{(sv.type == 'Check Call') && sv.type || sv.type + ': '+ sv.city +', '+sv.state}}"
ng-repeat="sv in segment.stopVos" tab-group={{$index+1}}>
<div class="app-wrapper content">