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
$rootScope.options={format: 'yyyy-mm-dd',// ISO formatted dateonClose: function(e){alert('Worked!')}}
Everything works as expected, popup pops up, but then when you click on the input field for the datepicker, the datepicker slides in but then you are unable to change the date to anything and the buttons down work. Also, if you touch any dates below the middle it the keyboard pops up and lets you type. Is there some sort of a conflict between them?
The text was updated successfully, but these errors were encountered:
So, here is an odd issue, I am using the datepicker within a template driven pop-up:
Controller calling the popup:
plantlog.html template for popup:
options controller for the datepicker:
Everything works as expected, popup pops up, but then when you click on the input field for the datepicker, the datepicker slides in but then you are unable to change the date to anything and the buttons down work. Also, if you touch any dates below the middle it the keyboard pops up and lets you type. Is there some sort of a conflict between them?
The text was updated successfully, but these errors were encountered: