Eric Roy

Results 3 comments of Eric Roy

@kahboom did you ever find a solution to this? I have the same issue using angular material trying to use the clipboard directive within a modal.

@kahboom thanks for taking the time to make these, I appreciate the follow up! perhaps this is some sort of scope issue within dynamic compilation? it's very difficult to pinpoint...

another fix if you're using SCSS is to manually extend the classes to add the *show*: ``` body.modal-open { .modal { @extend .show; } .modal-backdrop { @extend .modal-backdrop.show; } }