Thanks for the reply.

What I want to do is fill $scope.form with form.d_1, form.d_2, form.d_3, 
etc and then pass them to an express route using $http. There are about 30 
of them depending on the number of days of a month, so I used ng-repeat to 
dynamically fill ng-model of each select with form.d_1, form.d_2, form.d_3, 
etc using n.model.

The problem as it seems is whenever I select an option the n.model would be 
set to the value of whatever option I select instead of form.d_1, form.d_2, 
form.d_3, etc.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to