diff options
| author | Igor Minar | 2011-10-24 09:18:44 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-10-26 12:54:00 -0700 |
| commit | 3945f884c5777e629b57c9ab0e93b9d02b9840d0 (patch) | |
| tree | ba4928d4b51e1b19a12f8da2473307aa8b505d47 /src/apis.js | |
| parent | d5ccabce600efb10092fdf0ae033c009026bf4cb (diff) | |
| download | angular.js-3945f884c5777e629b57c9ab0e93b9d02b9840d0.tar.bz2 | |
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.
Diffstat (limited to 'src/apis.js')
0 files changed, 0 insertions, 0 deletions
