SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

fix(ngModel): remove reference to parentForm from removed control

This fixes cases where the control gets removed, but the control's
element stays in the DOM.
Previously, if the removed control's validity changed, a reference to
it would again be stored on its former parent form.

Fixes #12263
M
Martin Staffa committed
290b5049c2de4aa0d6ba8eea624bc6dce027b197
Parent: f8a07dd