You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When generating repeated form inputs, setting the
name
attribute to be an expression does not populate theform.XXX.$invalid
, etc, properties.For example:
I believe this is due to the following line in
NgModelController
:https://github.com/angular/angular.js/blob/master/src/ng/directive/input.js#L937
Could this be enhanced by using
$interpolate
to evaluate the intended name?The text was updated successfully, but these errors were encountered: