Hi Sasi,
You have a problem with the inheritance of the scope. you are reusing the same scope variable inside your nested (ngRepeat creates new scopes) So your connType will point to the same variable, until it is used inside your repeat. You really should be using connectionTypeResource1.connType inside your repeater. (same issue but the other way arround for connectionPort.port!) Regards Sander -- 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.
