more debugging

This commit is contained in:
Felix 2019-08-15 14:51:10 +01:00
parent 8d3dec486e
commit b8d1c069f6
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,7 @@
</div>
<div class="col-sm-5 hidden-sm-down">
<input type="date" (ngModel)="bubbleChartBegin" (ngModelChange)="bubbleChartUpdate()">
<!-- THESE INPUT BOXES DO NOT WORK. Their value remains the client machine's date/time despite changing. -->
<input type="date" (ngModel)="bubbleChartEnd" (ngModelChange)="bubbleChartUpdate()">
</div>
</div>