Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

by.exactRepeater with one-time data binding #2434

Closed
alecxe opened this issue Aug 17, 2015 · 2 comments
Closed

by.exactRepeater with one-time data binding #2434

alecxe opened this issue Aug 17, 2015 · 2 comments

Comments

@alecxe
Copy link
Contributor

alecxe commented Aug 17, 2015

Can we make by.exactRepeater() match repeaters with one time data-binding:

ng-repeat="gridColumn in ::panelGrid.columnDefs"

In this case would be good to have element.all(by.repeater("gridColumn in panelGrid.columnDefs")) locate the repeater.

Also, by.exactBinding() may have a similar issue (haven't checked).

Thanks.

@hankduan
Copy link
Contributor

I don't think we should get into the business of syntax parsing for Angular, as it'll be a maintainability nightmare. Is there a reason why this is useful? (i.e. instead of element.all(by.repeater("gridColumn in ::panelGrid.columnDefs"))

@juliemr
Copy link
Member

juliemr commented Sep 30, 2015

Agree with @hankduan here - closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants