Closed juanmarinballastlane closed 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?
have you tried with $event.stopPropagation() on you click event?
Work. Thanks!!!
Hi, I have a button in the header and I want to prevent toggle just when the button is clicked, that is possible?