Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

ngMessagesInclude not animated #7823

Closed
stunaz opened this issue Mar 31, 2016 · 1 comment
Closed

ngMessagesInclude not animated #7823

stunaz opened this issue Mar 31, 2016 · 1 comment
Assignees
Labels
has: Pull Request A PR has been created to address this issue P1: urgent Urgent issues that should be addressed in the next minor or patch release.

Comments

@stunaz
Copy link

stunaz commented Mar 31, 2016

ng-message which are within ng-messages-include don't get the class 'md-input-messages-animation'.

ie this does not work well :

<md-input-container class="md-block">
    <input md-maxlength="30" required name="description" g-model="project.description">
    <div ng-messages="projectForm.description.$error">
        <div ng-messages-include="errors-message.html"></div>
    </div>
</md-input-container>

where errors-message.html contains:

<div ng-message="required">This is required.</div>
<div ng-message="md-maxlength">The name has to be less than 30 characters long.</div>
@aeby
Copy link

aeby commented Apr 17, 2016

This is probably related to #6810

@ThomasBurleson ThomasBurleson added the P1: urgent Urgent issues that should be addressed in the next minor or patch release. label Apr 20, 2016
@ThomasBurleson ThomasBurleson modified the milestone: Backlog Apr 20, 2016
devversion added a commit to devversion/material that referenced this issue May 18, 2016
* Currently ngMessage directives inside of an input-container, which are loaded / transcluded dynamically, didn't get initialized properly.
  The animation was not working. As well as the auto-hide didn't work properly.

Fixes angular#7477. Fixes angular#7596. Fixes angular#6810. Fixes angular#7823
@devversion devversion added the has: Pull Request A PR has been created to address this issue label May 18, 2016
devversion added a commit to devversion/material that referenced this issue May 18, 2016
* Currently ngMessage directives inside of an input-container, which are loaded / transcluded dynamically, didn't get initialized properly.
  The animation was not working. As well as the auto-hide didn't work properly.

Fixes angular#7477. Fixes angular#7596. Fixes angular#6810. Fixes angular#7823
@Splaktar Splaktar removed this from the - Backlog milestone Feb 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
has: Pull Request A PR has been created to address this issue P1: urgent Urgent issues that should be addressed in the next minor or patch release.
Projects
None yet
Development

No branches or pull requests

5 participants