Closed alex-19841 closed 10 years ago
I think this is a dupe of #9566
Could you push the full code on Github and post the link.
closing because it's a dupe --- but the original bug is probably going to be fixed in 1.3.2, or sooner if someone else greenlights the patch.
caitp,
Thanks!
I upgraded AngularJS from 1.2 version to 1.3.0 and noticed that ngRepeat started to print object from array in reverse. Filter example:
When filter applied to ngRepeat "Member" will be at the very bottom instead of top. Example: child child wife member
But with 1.2.* ngRepeat prints in order
member wife child child