ng-lightning / ng-lightning

Native Angular components & directives for Lightning Design System

Home Page:http://ng-lightning.github.io/ng-lightning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventEmitter after opening modal

kibria06cse opened this issue · comments

I need an eventemitter after opening ngl-modal. I need to do some actions after opening the modal. How can I do so?

the modal does not open itself so I think it would be better to execute those actions from the component that open it.
if you have a variable 'open' that control the modal you can just update it in a function and add the rest of actions you need there.