-
Notifications
You must be signed in to change notification settings - Fork 46
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
app.injector is not a function (Selenium::WebDriver::Error::JavascriptError) #4
Comments
Are you sure you used 'ng-app' somewhere in your body ? |
Add lookup for attributes derivated of ng-app: data-ng-app and x-ng-app.
I made an update that also check for data-ng-app and x-ng-app (if that was your problem). Tell me if that fixes things. Side note: I need this for HTML-friendly apps so this in an obligatory patch for my use case. |
@mackwic actually the ng-app attribute is used in my app, so $('*[ng-app]') properly returns it. What fails is the injection after selecting the element with jQuery. |
this one is probably caused by removal of angular(document).ready since 0.1.1 |
I am receiving the error
in Angular 1.1.4 and jQuery 2.0.2. Any Idea what might cause this?
The text was updated successfully, but these errors were encountered: