Related to: https://github.com/angular/material/issues/6767
Behavior:
ng-messages are not shown when they are alongside md-checkboxCodePen to reproduce the issue:
http://codepen.io/alexilyaev/pen/YqJYgb?editors=1000
Angular Versions:
1.5.01.0.7Additional Information:
+1
+1
+1
+1
The message is actually still a part of the DOM, but it's not being animated in. This is a known issue. Take a look at #6399.
@crisbeto It's not quite the same thing, in my case the message doesn't show up to begin with, and there's no such class name regarding the animation.
The Pen originally provided has a little bug. It's not including the ngMessages module, so even without the md-input-container, the message won't show. Here's an updated Pen:
http://codepen.io/anon/pen/qZGGgj?editors=1000
If you comment out md-input-container, the message shows as expected. If you leave it in, the message never shows.
@sdesmond Thanks for catching that, I've updated my Pen.
So md-input-container still causes an issue.
This issue is closed as part of our 鈥楽urge Focus on Material 2' efforts.
For details, see our forum posting @ http://bit.ly/1UhZyWs.
@ThomasBurleson I don't get it, it's a legit bug, and I opened it with the provided guidelines.
I'm currently advocating to my colleagues and students to use Angular Material, and the reality is Angular 2 is not ready for production yet, and even when it will be, it will take a long time until most projects will get upgraded to it.
The Angular team clearly stated they will support Angular 1.x as long as there is considerable usage of it.
Why are you guys pushing off issues related to Angular Material 1.x?
It's an awesome library, and fun to work with, and is really making a good change in many companies.
Can't you get more people to work on it?
Most helpful comment
@ThomasBurleson I don't get it, it's a legit bug, and I opened it with the provided guidelines.
I'm currently advocating to my colleagues and students to use Angular Material, and the reality is Angular 2 is not ready for production yet, and even when it will be, it will take a long time until most projects will get upgraded to it.
The Angular team clearly stated they will support Angular 1.x as long as there is considerable usage of it.
Why are you guys pushing off issues related to Angular Material 1.x?
It's an awesome library, and fun to work with, and is really making a good change in many companies.
Can't you get more people to work on it?