Promact / md2

Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
http://code.promactinfo.com/md2/
MIT License
379 stars 112 forks source link

md2-dialog events are not fired #297

Open djanesch opened 6 years ago

djanesch commented 6 years ago

Bug, feature request, or proposal:

What is the expected behavior?

when the dialog is opend or closed the events should fire

What is the current behavior?

when the dialog is opend or closed the events are not fired

What are the steps to reproduce?

Plunker template: plnkr.co/edit/HCwvAl7YQXke0aLxKEHB

What is the use-case or motivation for changing an existing behavior?

to get the md2dialog object on open and then on close call close method of md2dialog

Which versions of Angular, MD2, OS, browsers are affected?

Angular 5.0.1 MD2 0.0.29 Tested on Windows 10 with firefox

Is there anything else we should know?

-

djanesch commented 6 years ago

@dharmeshpipariya did you read my post? is there a solution planned for the near future?

alexmba94 commented 5 years ago

Same problem. Trying to use the onClose event but the dialog won't fire it.