mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
82d556a8fb
Prior to this change, binding to radio value was sensitive to the order in which `value` & `formField` where binding in the template.
The compiler change makes that order non-important.
fixes #66402
(cherry picked from commit 65fa5b5439)