Hi Anuj, Thank you for taking time to answer it. > You are welcome.
> By saying select it could be simply finding that row, lets say call the > "Click()" event of that row, if any. > Hmm, that's not the 'Angular way'. In angular, your data is central, and the DOM will follow your data. You don't traverse the DOM, and then emit an event on a found element. You don't need to do that, as you already have the data in your scope. I adapted the sample, so you can see what I mean: http://plnkr.co/edit/pHjwGQfXq2U91B8MszcB?p=preview Don't hesitate to ask if you have more questions. 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.
