mseemann / angular2-mdl-ext

Additional components for @angular-mdl/core that are not part of material design lite (npm: @angular-mdl/*)
MIT License
99 stars 42 forks source link

DatePicker - Ok and Cancel #995

Closed Dadarkp3 closed 7 years ago

Dadarkp3 commented 7 years ago

I don't know if you can help, but I'm using the date-picker and need to call a different dialog when the user clicks ok, how can I do that with this component?

mseemann commented 7 years ago

have a look at the demo code: https://github.com/mseemann/angular2-mdl-ext/blob/a7748ecfe700105b174d37023942750dfcb643ef/src/e2e-app/app/datepicker/datepicker.component.ts#L21

you just need to open your dialog at this line.