This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngHide/ng-show directive don't animate in ng 1.4.4 #12631
Closed
Description
when i update to angular 1.4.4, there is a strange thing -- some animation i define for the element with ng-hide directive doesn't seem to work. Then i check the api docs. Ok, the 1.4.4 version docs of ng-show's example plunkr seems to have no animation too.
Does Angular have enough tests before the new version is about to release?