ashinzekene / angular4-paystack

💵 An angular2+ module for paystack transactions
https://ashinzekene.github.io/angular4-paystack/
MIT License
59 stars 37 forks source link

Modal does not open again after being closed unless i reload the page #23

Closed sleez007 closed 4 years ago

sleez007 commented 4 years ago

i noticed closing the modal does not trigger callback method specified in close event listener. Then also after closing the modal, i cannot reopen the modal again. I am using Angular 8 for my project

sleez007 commented 4 years ago

downgrading to a lower version of the library actually fixed this issue. Thanks bro

ashinzekene commented 4 years ago

Oh, what version of angular are you using?

sleez007 commented 4 years ago

Angular CLI: 8.3.23 Node: 10.15.3 Angular: 8.2.14

lukman008 commented 4 years ago

@sleez007 Which version of the library did you downgrade to?

sleez007 commented 4 years ago

@lukman008 This is version i downgraded to "^2.4.0"

lukman008 commented 4 years ago

Got it, thanks @sleez007