Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngModel): handle interpolated names for ngModel #2426

Conversation

yaroslav-ulanovych
Copy link

Fix that controls with interpolated names don't publish
themselves to the form, cause the name isn't known at
publishing time.

Refers #1404

Fix that controls with interpolated names don't publish
themselves to the form, cause the name isn't known at
publishing time.

Refers angular#1404
@yaroslav-ulanovych
Copy link
Author

Doesn't work with latest changes.

@yaroslav-ulanovych yaroslav-ulanovych deleted the ngmodel-name-interpolation branch April 18, 2013 07:32
Pasvaz added a commit to Pasvaz/angular.js that referenced this pull request Jun 17, 2013
ngName allows forms' fields to set their name dynamically, especially useful with ngRepeat.
Right now is not possible to validate form controls like this: <input type="text" name="{{field.name}}" ng-model="field.data">
The current work-around is to use one nested form for each field but indeed it's an hack rather than a solution.

This implementation could be moved inside the directive 'ngModel' or within its own directive 'ngName', I left intentionally it in the NgModelController because it's slightly faster, however I can refactor it as you prefer.

this fixes also the issues angular#1404 and angular#2426
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants