Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(ng:repeat) with array ignore properties not representing array elements #618

Closed
wants to merge 2 commits into from

Conversation

IgorMinar
Copy link
Contributor

No description provided.

…ements

Along the way I also changed the repeater impl to use for loop instead
of for in loop.

Iteration over objects is handled by creating an array of keys, which is
sorted and this array then determines the order of iteration over an
element. This makes repeating over objects deterministic and
cross-browser compatible.
@IgorMinar
Copy link
Contributor Author

I reimplemented this fix and brought some order to the chaotic world of ng:repeat. check it out..

@IgorMinar
Copy link
Contributor Author

[angular.js] IgorMinar pushed 2 new commits to master: http://git.io/_8fj_A

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants