I'm using Angular v1.2.0rc1 and Angular-UI Bootstrap.
[edit] What I want is a load-on-demand with cache while using an accordeon.
I'm using an accordion group from here. With some backend requeriments: I would like to load the contents for inside of the accordion only when the accordion is opened (clicked).
Then, I want that response be cached so you can open/close as many as you want and not overload the server.
I tried using ng-click on the heading but it gets override via the AngularUI Bootstrap.
Is there a way to solve this?