more debugging
This commit is contained in:
parent
8d3dec486e
commit
b8d1c069f6
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue