Skip to content

fixed infinite loop when jQuery is loaded #187

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

Merged
merged 1 commit into from
Feb 12, 2015
Merged

Conversation

moumar
Copy link

@moumar moumar commented Jan 22, 2015

this will fix #154

@stormboy
Copy link

stormboy commented Feb 4, 2015

This is an important fix. I just spent a while narrowing down a JS lock-up and arrived at the exact same code change. I am using bower to include this module. Please merge.

@aclemmer
Copy link

Please merge. Also seeing the issue on angular 1.2.28; this fixes it.

soyuka added a commit that referenced this pull request Feb 12, 2015
fixed infinite loop when jQuery is loaded
@soyuka soyuka merged commit 67b2d99 into chinmaymk:master Feb 12, 2015
@soyuka
Copy link
Collaborator

soyuka commented Feb 12, 2015

Merged but I can't publish to bower.

@moumar
Copy link
Author

moumar commented Mar 23, 2015

when using jQuery, additional props are added to arrays returned by .find() and are reached with "for(var i in ...)" syntax, causing an infinite loop. Proper "for" syntax fixes it.

@zzzaaa
Copy link

zzzaaa commented Mar 31, 2015

+1 for bower package

@philippecarle
Copy link

+1 for bower package………

@abhisharma2
Copy link

yes +1. updating bower would be great!

@PanfilovDenis
Copy link

+1 update bower package plz!

mistydemeo pushed a commit to artefactual-labs/appraisal-tab that referenced this pull request Jan 8, 2016
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

Successfully merging this pull request may close these issues.

Doesn't work with Angular 1.3
9 participants