Here's the issue: When using the accordion in a view loaded with the ng-view directive, the accordion title clicks stop working correctly.
Check out this demo for an example
However, when the accordion is used directly on the page without ng-view, it works perfectly.
Any ideas on what could be causing this issue?