Hi Allison! The problem is: you are using the same *$scope* object to create the links. Every time you change it, all the other links are changed too. I think you have two options (maybe more):
- Create a new $scope object for each iteration (doesn't seem good); - Create an array of objects with the structure you want, *link* and *linkText*, and each index matches a single iteration; I hope this helps! Regards, *Luís Loureiro* -- 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.
