So hard to use and it seems unfinished
sleaze opened this issue · 2 comments
sleaze commented
This library feels difficult to use and reason about, and overall it seems unfinished. How can I make close the modal?
For now I'm going with https://github.com/vesparny/angular-fancy-modal since it works great out the box..
mathewbergt commented
As stated in the documentation:
modalService.deactivate
Removes the modal (DOM and scope) from the DOM. Returns a promise that resolves once the modal is removed.
In other words, myModal.deactivate()
.
sleaze commented
OK THANK YOU BERG.