This repository has been archived by the owner on May 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 216
$mdDialog option skipHide #178
Comments
I updated my version to use 'multiple' instead of 'skipHide' and it's not working.. using angular material 1.1.2...please check the attached codepen...we are in production now and it is causing trouble to lot of users please tell the fix to it |
This should solve the problem for now
|
@LoganDupont can you show it in code pen attached Thank you in advance |
Thanks a lot @LoganDupont. saved my day. |
If you still need this you can use my fork for now https://github.com/dpoetzsch/md-pickers. It has merged pull request #189 which should fix this issue. For details on the fork see #192. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
You need replace option 'skipHide' to option 'multiple' in $mdDialog constructor.
The text was updated successfully, but these errors were encountered: