I'm trying to display details of each card on click of Details link as a collapsible menu.I'm using bootstrap's data-toggle class identified by id's.
I'm not able to make target id's in data-target dynamic.
I tried by giving data-target="openPanel[item]"/ `data-target="openPanel[i1]"' to get dynamic values but its not working.
Please find the plunker link here