btford / angular-modal

Simple AngularJS service for creating modals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

So hard to use and it seems unfinished

sleaze opened this issue · comments

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..

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().

OK THANK YOU BERG.