I believe your ng-repeat has wrong values. You can't do a repeat on a number "memCount" who is 6. You can do a repeat on members probably. And i really can't figure it out why do you need a counter for them...you can do ng-model="viewModel.newExpense[i.id]" and after that you can modify your members better with an id.
Have a nice day -- 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.
