The problem is the following: As soon as I use the accordion in a view that is loaded in the ng-view directive, the accordion title clicks dont work correctly anymore
http://plnkr.co/edit/KGwuqDIb7I5NrYCtPOPk?p=preview
If the accordion is use in the page itself with no ng-view, the accordion works perfectly
http://plnkr.co/edit/8dY7JU1kxjZ2jAKmMIrP?p=preview
Any clue to what Im missing?
Actually, there might be a simpler solution.
You can just make sure that the links don't propagate the URL change.
Add to the a tag onclick="return false;"
a
onclick="return false;"
1.4m articles
1.4m replys
5 comments
57.0k users