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.
I believe this is a new bug introduced in Angularjs 1.2.3, please see the following JSFiddle. http://jsfiddle.net/QSr2F/
When there are multiple words in the ng-class-odd/ng-class-even, the first and second rows are ok, starting from the third row, the class for the odd rows is wrong, while the class for the even rows is right.
There is no such problem when the class names are single word (with no spaces in between).