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
Bug: angular.contents() not working with iframes #6320
Comments
I'll submit a patch for this, but is there any reason you don't just use jQuery if you need this? |
Thanks! Remove the jquery dependency for my uploader =) |
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Feb 18, 2014
…iframe document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes angular#6320
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Feb 18, 2014
…iframe document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes angular#6320
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Feb 18, 2014
…iframe document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes angular#6320
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Feb 18, 2014
…iframe document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes angular#6320
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Feb 18, 2014
…iframe document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes angular#6320
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Feb 18, 2014
…iframe document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes angular#6320
I think this might have to wait for 1.3, because unfortunately IE8 is being a major pain. Everything else is happy, though. Sorry about the commit spam ^^ |
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Feb 18, 2014
…iframe document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes angular#6320
😄 Thanks! |
khepin
pushed a commit
to khepin/angular.js
that referenced
this issue
Feb 19, 2014
…iframe document, as in jQuery This is a very tiny change to make behaviour consistent with jQuery. Closes angular#6320 Closes angular#6323
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
Please, fix the
angular.contents()
method.angular last version
https://github.com/angular/angular.js/blob/master/src/jqLite.js#L795
jquery 1.8.3
https://github.com/jquery/jquery/blob/1.8.3/src/traversing.js#L198
The text was updated successfully, but these errors were encountered: