Reputation: 91
I have an json object like this Object: {V: Object, I: Object}, but at the time the ng-repeat is rendering and also when I'm expanding the watch on Chrome the json object looks like this:
and in fact the rendering insise de ng-repeat happens in "alpha" order instead of the order that I give that is Object: {V: Object, I: Object}.
What can I do for the ng-repeat respect the order of the objects inside the json that I give?
Upvotes: 0
Views: 53