SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 93 JavaScript

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

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.
I
Igor Minar committed
3945f884c5777e629b57c9ab0e93b9d02b9840d0
Parent: d5ccabc