-
Notifications
You must be signed in to change notification settings - Fork 18
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
Handle any form of denormalized directives #17
Comments
I'm working on it now! Thanks for your contributions, @stramel! Very welcome! :) |
Just an update on this, selectors with
When I remove |
I'm wondering if there would be a way to wildcard match the attribute and strip off the |
694c2f7 should cover all prefixes, except |
I know what you mean, I'll think about it later. I want to focus on publishing this refactored version first. |
I agree, it would be good to get this out. |
@ramonvictor Thoughts? Using the Cheerio Plugins to create a different find method that strips the prefixes. |
@stramel that sounds a good approach. I'll take a look on it soon. Thanks for one more nice suggestion. |
According to the official documentation, Angular allows the following:
Currently, only
ng-
anddata-ng-
are supported. (https://github.com/ramonvictor/gulp-protractor-qa/blob/master/lib/find-view-matches.js#L55)Reference: https://docs.angularjs.org/guide/directive#normalization
The text was updated successfully, but these errors were encountered: