You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
We want to have a modal component of any type, which uses mdDialog to show/hide a child component. the child component can be any component provided using the constructor.
Actual behaviour
We are using modals along with the modal content in a single component which is not DRY.
Steps to reproduce
These compound components are some examples of non-DRY implementation:
/components/login
save
passphrase
/components/main
setSecondPass
/components/send
sendModal
The text was updated successfully, but these errors were encountered:
Expected behaviour
We want to have a modal component of any type, which uses
mdDialog
to show/hide a child component. the child component can be any component provided using the constructor.Actual behaviour
We are using modals along with the modal content in a single component which is not DRY.
Steps to reproduce
These compound components are some examples of non-DRY implementation:
/components/login
save
passphrase
/components/main
setSecondPass
/components/send
sendModal
The text was updated successfully, but these errors were encountered: