-
Notifications
You must be signed in to change notification settings - Fork 27.5k
fix(isArrayLike) Correctly detect arrayLike items #3356
Conversation
Change the implementation of isArrayLike to use one heavily based on the implementation in jQuery in order to correctly detect array-like objects, that way functionality like ngRepeat works as expected.
Just taking over where #2878 left off since that PR hasn't been addressed in a bit |
PR Checklist (Minor Bugfix)
|
@petebacondarwin Just need to check with my employer to make sure it's all good. I'll sign it as soon as I have that approval. |
@petebacondarwin Signed |
Great Pete
|
Looks good. I'm going to merge this. |
landed in fad626f |
Please fix this. |
Well done guys, gave up on it in the one-month gap when I didn't hear anything and I guess I wasn't subscribed, I'm glad you've taken it on yourselves to get it through. |
Change the implementation of isArrayLike to use one heavily based on the
implementation in jQuery in order to correctly detect array-like
objects, that way functionality like ngRepeat works as expected.