I have a question regarding the use of Bootstrap modal.
To begin with, I apologize for any issues in understanding my question due to my English skills.
I have created a button as a directive
to dynamically add, with reference to the following links.
.
Angularjs dynamically adding and removing elements using directive
http://jsfiddle.net/Stepan_Kasyanenko/4ktmvzcm/1/
^^^^^ above link is just what I consulted.
.
And my issue is with this particular fiddle.
.
https://jsfiddle.net/CRDeity/6kmszgL0/
.
When I put this into a modal
, it doesn't work when clicked. However, outside of the modal
, it works fine.
Is there any interference with the event
of the modal
?