-
Notifications
You must be signed in to change notification settings - Fork 27.4k
$animate with ngShow is not working properly when used with Angular Material #12519
Comments
Hi @ThomasBurleson , thanks for labeling the issue. You should also set the milestone if you know in which timeframe exactly this'll be handled. If it's not clear if this is an angular issue, put it in Purgatory. |
@Narretz - While I think this issue hints at a serious subtle bug (either in $animate or Angular Material), I do not want to presume which milestone should be targeted. |
There's currently a bug with ngShow in Angular 1.4 that I'm looking into. It's preventing me from releasing 1.4.4. I will reply later today when I have more info on the situation. |
The snapshot version of Angular has fixed this: http://plnkr.co/edit/hQ2Q6y5Qi72fePI1VrUl?p=preview There are still some animation issues with ngShow that I'm fixing, but this issue is good. |
@matsko - I do not understand your comment.
|
@ThomasBurleson you are correct snapshot version is most current HEAD build on master. |
snapshot = latest build on master: https://code.angularjs.org/snapshot/angular.js |
The Plunker Demo shows a Form used with ngShow and custom directives/transcludes.
.ng-hide
is never removedng-show
directive is used, the Form is displayed.This issue references angular/material#3941.
The text was updated successfully, but these errors were encountered: