mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b55aaf094f
This corrects the case of <option [ngValue]="null"> binding a string like "{0: null}" to the model instead of an actual null object.
Closes #10349