Hi Francesso, You can not create an DOM id like that. The browser only allows you to set the ID once, and it doesn't change anymore after that. Your code will set the id to: "a{{r}}" Wich is a valid Id, but not really usable. The best thing you can do is not rely on `id`'s in the first place. If you need to interact with 3rth party things, use the data attribute instead, and select on that.
Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/6b080f86-87c9-45dc-a57a-b0c8abe060e9o%40googlegroups.com.