You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Noted by Joshua Heiland on the angularjs mailing list. His test case: http://jsfiddle.net/87fjX/
A shorter test case http://jsfiddle.net/68CYt/1/
Problem still persists in HEAD of master branch. From a brief examination, looks like a logic bug in the ng-repeat directive here: https://github.com/angular/angular.js/blob/master/src/ng/directive/ngRepeat.js#L117-135
Notably, you can't assume that you've already seen an element just because the value is the same.
The text was updated successfully, but these errors were encountered: