This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
ng-class-even and ng-class-odd do not properly update with filter/orderby #1076
Labels
Comments
confirmed. this is definitely a bug. thanks for the report. we are going to take care of this in one of the 1.0.x bug fix releases |
+1 on fixing this bug. |
this fix would be much appreciated! |
Is this going to be merged any time soon? |
mhevery
pushed a commit
that referenced
this issue
Sep 5, 2012
mhevery
pushed a commit
that referenced
this issue
Sep 6, 2012
mhevery
pushed a commit
that referenced
this issue
Sep 6, 2012
mhevery
pushed a commit
to mhevery/angular.js
that referenced
this issue
Sep 7, 2012
rgaskill
pushed a commit
to rgaskill/angular.js
that referenced
this issue
Nov 13, 2012
…ven is not updated. Issue angular#1563 fix. Put back in place the original fix issue angular#1076
IgorMinar
added a commit
to IgorMinar/angular.js
that referenced
this issue
Nov 23, 2012
We need to watch $index in addition to cssClasses because only then we can correctly respond to shrinking or reordered repeaters. Closes angular#1076
Closed
IgorMinar
added a commit
that referenced
this issue
Nov 26, 2012
IgorMinar
added a commit
that referenced
this issue
Nov 26, 2012
We need to watch $index in addition to cssClasses because only then we can correctly respond to shrinking or reordered repeaters. Closes #1076
IgorMinar
added a commit
that referenced
this issue
Nov 26, 2012
IgorMinar
added a commit
that referenced
this issue
Nov 26, 2012
We need to watch $index in addition to cssClasses because only then we can correctly respond to shrinking or reordered repeaters. Closes #1076
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a Google Groups discussion at https://groups.google.com/forum/#!topic/angular/V6JfL75_pPI, Aleksandr Petrov put together a jsFiddle that demonstrates this bug with filtering.
http://jsfiddle.net/alexpetrov/CLrWd/
I see the same issue when orderby changes dynamically, here's a jsFiddle to demonstrate that: http://jsfiddle.net/AndyNeville/m9xHA/
The text was updated successfully, but these errors were encountered: