AngularJS with bootstrap 3 accordion not working when included via ng-view

前端 未结 4 651
再見小時候
再見小時候 2020-12-14 12:07

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

<
4条回答
  •  北海茫月
    2020-12-14 12:42

    I was having an issue using href and data-target together, so if you are using this in an application I'd recommend specifying one or the other but not both.

    When I used both, I'd get redirected to my login page as soon as I clicked on it. With one or the other specified it worked fine, but not with both.

提交回复
热议问题