-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
Description
I have created 1 modal-confirm for global and used $vfm.show('name-modal', params)
. But
When i closed modal, i need have event emit => to listen comfirm or closed.
With some ways i want it like: $vfm.show().then()
or maybe with event streaming in RXJS
( $vfm.show().subscribe(change)
)
Thanks you so much for your contribute 😄