Hi Sander, I am trying to write a test script, which is able to search an ngrepeater element and then click on it using protractor/selenium.
This works fine when the bindings are known (or visible in the UI source), but they are not always easy to find. I was wondering if there was a way to loop through a collection of objects and print the bindings for each of them. Granted - we could use another way of locating the object e.g. xpath - however using object bindings are more reliable. Thanks, Matt On Friday, June 26, 2015 at 2:00:54 PM UTC+1, Sander Elias wrote: > > Hi Matt, > > What is it you are trying to do? Traversing the dom to get to data is > usually not needed in an angular app. > > 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.
