-
Notifications
You must be signed in to change notification settings - Fork 27.4k
ngClass on ngView is not in sync since 1.4.0-rc.0 #12080
Comments
What exactly is the problem? Do your animations not work anymore? |
Have you tried with 1.4.1? |
I've updated the examples. With 1.3.16 and 1.4.0-beta.6 both ngViews slide at the same time in the same direction. With 1.4.0-rc.0 and 1.4.1 they sometimes crossover or slide away from each other. |
There are two bugs that exist here:
I will aim to have both issues fixed in 1.4.2. |
Alright so this isn't an issue with ngClass (I tested this against #12248 and it didn't fix it). So it looks like it is number 2 on the list. |
@matsko The problem still repdroduces in the current snapshot. |
Still broken in 1.4.6 :( |
Applying a quick hack around |
I am aware of this issue and I will have a look at it tomorrow. Sorry for the delays and thank you for keeping this issue going. |
Working example with 1.4.0-beta.6: http://plnkr.co/edit/aBcSTUO8Et17Y8MSWNJL?p=preview

Also working with 1.3.16: http://plnkr.co/edit/ntFbY3UAloinduesYArq?p=preview
Broken example with 1.4.0-rc.0: http://plnkr.co/edit/22mLv7fXesMVXfEwX6Yt?p=preview

Also broken with 1.4.1: http://plnkr.co/edit/HBKVKqSLamxCR654QKrs?p=preview
I'm not sure if this is a bug or if I need to change something because of c8700f0?
The text was updated successfully, but these errors were encountered: