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

bind once doesn't work property with Protractor selectors #89

Open
thiagofelix opened this issue May 22, 2014 · 2 comments
Open

bind once doesn't work property with Protractor selectors #89

thiagofelix opened this issue May 22, 2014 · 2 comments

Comments

@thiagofelix
Copy link

I just found that protractor tests will break when using bindonce directives, making them impossible to work with each other at the present moment.

Protractor is heavy dependent on the directive "ng-binding" in order to find the element form a given selector.

Because bindonce defines a new set of directives ( bo-* family ) protractor tests fail to find the elements.

Since protractor is the recommended framework for e2e testing and people are investing considerable effort on this . It would be great if bindoce could work by hacking the standard "ng-binding" directive.

@EricBorlandAC
Copy link

Absolutely agree, bindonce is a library needed by almost any high-performance angular app, and protractor tests are most common one e2e framework used to test those apps.

Are you guys planning to include protractor support in this library? It would be awesome!!

@gad2103
Copy link

gad2103 commented Aug 11, 2015

does this apply to angular 1.3.x where you can use {{::onceBoundScopeProp}}?

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

No branches or pull requests

3 participants