I am trying to integrate Angular-ui bootstrap accordion in my application. It works fine if I put it without ng-view but if I put the accordion in some other html file and loads with ng-view via ng-route provider the accordion fails to work
I referred this link but no help for me with this solution AngularJS with bootstrap 3 accordion not working when included via ng-view
Here is the plunker link. If anyone can give a fix on this plunker?
http://plnkr.co/edit/KGwuqDIb7I5NrYCtPOPk?p=preview
Thanks