Using bootstrap collapse with angularjs

前端 未结 5 779
余生分开走
余生分开走 2020-12-25 09:41

I\'m trying to include the below bootstrap collapsible panel in my angular application. However, when I click on \"Expand\", angular seems to see href=\"#collapseOne\"

5条回答
  •  长发绾君心
    2020-12-25 10:32

    1. Change all href in order to expand-collapse to data-target.
    2. data-target and id of the div to be expanded and collapsed should not contain hyphen.

提交回复
热议问题