Gbuomprisco / ng2-expansion-panels

Expansion Panels component for Angular 2
18 stars 3 forks source link

Prevent content toggle #8

Closed juanmarinballastlane closed 7 years ago

juanmarinballastlane commented 7 years ago

Hi, I have a button in the header and I want to prevent toggle just when the button is clicked, that is possible?

Gbuomprisco commented 7 years ago

have you tried with $event.stopPropagation() on you click event?

juanmarinballastlane commented 7 years ago

Work. Thanks!!!