-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DateTime Picker in ui.modal #36
Comments
Can you create a plunkr to show the problem? On Mon, Aug 3, 2015 at 4:30 PM, Constantin Köck [email protected]
|
I dont know ... my project setup is very complex and cant be easily reproduced in a plunkr. |
look around line 216 On Mon, Aug 3, 2015 at 4:35 PM, Constantin Köck [email protected]
|
Thanx for your help ... i ended up implementing a custom onclick listener inside the directive to trigger the popup (based on your keyboard events) |
Not sure why but ok.
|
I have the same problem, |
Isnt this what you want?? https://plnkr.co/edit/Ir8kSJks5BRAeM1sbGzU?p=preview I think your problem is the level of scope you are using. |
Sorry wrong link |
Yes that is. Thank you. I check what’s the difference with my code |
Im having issues using the datetime picker in a modal window ...
After opening the modal on formfield click the picker opens as usual.
Once closed a click on the formfield does not open the picker again ...
Pressing key down with the keyboard cursors opens the picker.
Do you have any hint whats the issue here ?
regards
The text was updated successfully, but these errors were encountered: