Fix bug in date time picker that prevents subsequent selection

This commit is contained in:
Joseph Schorr 2017-06-27 14:15:19 +03:00
parent 7d4fed6892
commit 1d600abc5d
2 changed files with 17 additions and 11 deletions

View file

@ -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>