ng2-ui/overlay

Feature request: new methods on overlay manager

rdicroce opened this issue · 0 comments

It would be nice if the overlay manager had a couple more methods:

  1. isOpen(overlay) - to check if an overlay is open or closed
  2. toggle(overlay) - opens the overlay if it is closed, and closes the overlay if it is open