iteratec / OpenSpeedMonitor

Open Source Web Performance Monitoring. Made by iteratec.
Apache License 2.0
128 stars 26 forks source link

The result selection is not updating properly #346

Closed DanielSteger closed 4 years ago

DanielSteger commented 4 years ago

The result selection for showing any new Angular chart doesn't update properly. The reason for this is a bug in Angular, which makes the order of the two HTML attributes [(ngModel)] and (ngModelChange) important: https://github.com/angular/angular/issues/11234.