This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
jQuery / jQuery lite conflict? #877
Comments
The stack trace I got is:
Which clearly shows that we are using jQuery Your tests is strange since
produces the same error
That is because the document has no attributes, only elements have attributes. I think you want :
Closing until I have reproducible test case. |
If you switch angular to 1.0.0rc4 it works. It seems like an angular rc5 issue to me. |
Long long time ego we hacked document
not sure why. This hack confuses jQuery. In latest RC5, we changed the way in which we worked with document, which exposed this bug. will remove the patch... |
Got it. Thanks Misko! |
IgorMinar
pushed a commit
to IgorMinar/angular.js
that referenced
this issue
Apr 20, 2012
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to load jQuery before Angular 1.0.0rc5 it seems jQuery is ignored, which result in an exception.
To recreate, please run the following with the console open:
http://jsfiddle.net/Lc7SB/
The text was updated successfully, but these errors were encountered: