Currently, I am utilizing Angular v1.2.0rc1 along with Angular-UI Bootstrap.
[edit] My objective is to implement a load-on-demand feature with caching while incorporating an accordion functionality.
The accordion group that I am using can be found here. Due to backend requirements, my aim is to only load the contents within the accordion when it is opened by a user click.
I also want to ensure that the response data is cached so that users can freely open and close the accordion without causing undue strain on the server.
Despite attempting to use ng-click on the heading, it seems to be overridden by AngularUI Bootstrap. Is there a viable solution to this issue?