The problem is that you're not referencing the object property in the ng-model, you're referencing the primitive `this.name`.This way, ng-repeat and ng-model's point to different variables/properties.
I forked your fiddle and added a $watch to make it work: http://jsfiddle.net/andrefarzat/z3D5H/1/ Hope this helps. On Wednesday, June 25, 2014 3:54:55 PM UTC-3, Chris wrote: > > fiddle example: http://jsfiddle.net/squirrelradio/LZEbT/ -- 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.
