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\"
href=\"#collapseOne\"
As mentionned in a similar question Here, simply change your href by the data-target attribute
Expand ...