Fix bug in date time picker that prevents subsequent selection
This commit is contained in:
parent
7d4fed6892
commit
1d600abc5d
2 changed files with 17 additions and 11 deletions
|
@ -1,3 +1,3 @@
|
|||
<span class="datetime-picker-element">
|
||||
<input class="form-control" type="text" ng-model="entered_datetime"/>
|
||||
<input class="form-control" type="text" ng-model="selected_datetime"/>
|
||||
</span>
|
Reference in a new issue