It looks like this changed in 1.2.11: Commit: https://github.com/angular/angular.js/commit/339a1658cd9bfa5e322a01c45aa0a1df67e3a842
Issue: https://github.com/angular/angular.js/issues/6005 PR: https://github.com/angular/angular.js/pull/6009 --Kevin On Mon, Feb 24, 2014 at 9:20 AM, Claus Fjellø-Jensen <[email protected] > wrote: > Hi, > > I have a plunker showing a difference in equality-filter behavior between > Angular 1.0.8 and 1.2.12: > > http://plnkr.co/edit/aAKgPoIr22fmzi1LE3HT?p=preview > > The Angular built-in equality-filter (see the first ng-repeat in > index.html) works in version 1.0.8, but if you change the Angular version > to 1.2.12 it breaks (or works differently). > Is this a bug or did I miss out on some release note somewhere? > > (I also included a working custom filter (second ng-repeat in index.html), > and a commented out $scope.itemShow filter, that would work fine if the > filter call format for passing parameters > were consistent in Angular, so that colon separated parameters could be > passed to $scope filters - that would be intuitive and useful) > > Regards, > Claus > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
