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.
if (ngOptions.trackBy) {
var prev = ngOptions.getTrackByValue(previousValue, ngOptions.trackBy);
var next = ngOptions.getTrackByValue(nextValue, ngOptions.trackBy)
}
And then use angular.equals(prev, next) instead.
I don't have an env. for angular development at the moment, but if you agree that this is an issue, I guess I can set it up and do a PR.