Sorry in advance if this is a stupid question but I've been trying a load of different things and nothing is quiet right. I'm also relatively new to all of this and working off someone else' code.
I'm trying to make the whole panel clickable and not just the text for an accordion.
This is the code.
<div uib-accordion-group is-open="topic6.open">
<uib-accordion-heading>
<strong>
<span id="help" style="font-size:16px;text-decoration:none;cursor:pointer;)" translate="help">
<i class="pull-right glyphicon" ng-class="{'glyphicon-chevron-up': topic6.open, 'glyphicon-chevron-down': !topic6.open}" style="font-size:21px;"></i>
</span>
</strong>
</uib-accordion-heading>
<span translate="help_aboutmessage1"></span>
<br>
</div>
And this is what it looks like. As you can see all that is clickable at the moment is the "help" text.